pimatic
Version:
A home automation server and framework for the Raspberry PI running on node.js
13 lines (12 loc) • 350 B
JSON
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"/": { "$ref": "http://some.site.somewhere/entry-schema#" }
},
"patternProperties": {
"^(/[^/]+)+$": { "$ref": "http://some.site.somewhere/entry-schema#" }
},
"additionalProperties": false,
"required": [ "/" ]
}