pimatic
Version:
A home automation server and framework for the Raspberry PI running on node.js
23 lines (22 loc) • 647 B
JSON
[
{
"description": "references to external schemas aren't resolved unless using async",
"schema": {
"properties": {
"location": { "$ref": "http://www.jayschema.org/test-targets/geo.json#" }
}
},
"tests": [
{
"description": "fails because referenced schema can't be retrieved in sync mode",
"data": {
"location": {
"latitude": 48.8583,
"longitude": 2.2945
}
},
"valid": false
}
]
}
]