24
edits
No edit summary Tag: Metadata slot edit |
(remove type) Tag: Metadata slot edit |
||
(One intermediate revision by the same user not shown) | |||
jsonschema | |||
---|---|---|---|
Line 1: | Line 1: | ||
{ | { | ||
" | "properties": { | ||
"createdBy": { | |||
"type": "object", | |||
"anyOf": [ | |||
{ | |||
"title": "Short description of the creation", | |||
"type": "string", | |||
"minLength": 2 | |||
}, | |||
{ | |||
"title": "The number of creations", | |||
"type": "number" | |||
}, | |||
{ | |||
"title": "Creation recipe", | |||
"type": "object", | |||
"$ref": "/wiki/Category:OSW81e9e22e7d934382a6a56df7d3736957?action=raw\u0026slot=jsonschema" | |||
} | |||
] | |||
} | |||
}, | |||
"title": "Dog", | |||
"type": "object", | |||
"allOf": [ | "allOf": [ | ||
{ | { | ||
" | "properties": {}, | ||
"type": "object" | |||
} | } | ||
], | ], | ||
"description": "Domesticated descendant of the wolf" | |||
"description": "" | |||
} | } |
edits