Loading schema/common.json +12 −33 Original line number Original line Diff line number Diff line Loading @@ -63,41 +63,20 @@ } } }, }, "EntityInfo": { "EntityInfo": { "anyOf": [ { "type": "object", "type": "object", "required": [ "id" ], "properties": { "properties": { "id": { "id": { "type": "string" "type": "string", } "format": "uri" } }, { "type": "object", "required": [ "idPattern" ], "properties": { "idPattern": { "type": "string" } } }, }, { "type": "object", "required": [ "type" ], "properties": { "type": { "type": { "type": "string" "type": "string", } "minLength": 1 } }, "idPattern": { "type": "string", "format": "regex" } } ] } } } } } } Loading
schema/common.json +12 −33 Original line number Original line Diff line number Diff line Loading @@ -63,41 +63,20 @@ } } }, }, "EntityInfo": { "EntityInfo": { "anyOf": [ { "type": "object", "type": "object", "required": [ "id" ], "properties": { "properties": { "id": { "id": { "type": "string" "type": "string", } "format": "uri" } }, { "type": "object", "required": [ "idPattern" ], "properties": { "idPattern": { "type": "string" } } }, }, { "type": "object", "required": [ "type" ], "properties": { "type": { "type": { "type": "string" "type": "string", } "minLength": 1 } }, "idPattern": { "type": "string", "format": "regex" } } ] } } } } } }