UNPKG

on-http-y1

Version:
34 lines (33 loc) 1.02 kB
{ "title": "Relations.2.0", "definitions": { "Relation": { "description": "A key value set of relations", "type": "object", "properties": { "contains": { "description": "an array of nodes contained by the rack", "type": "array", "items": { "type": "string" }, "minItems": 1, "uniqueItems": true }, "containedBy": { "description": "the rack containing the node", "type": "array", "items": { "type": "string" }, "minItems": 1, "uniqueItems": true } }, "anyOf": [ { "required": [ "containedBy" ] }, { "required": [ "contains" ] } ] } } }