24
edits
No edit summary Tag: Metadata slot edit |
(Add Dog schema) Tag: Metadata slot edit |
||
jsonschema | |||
---|---|---|---|
Line 1: | Line 1: | ||
{ | { | ||
" | "properties": { | ||
" | "type": { | ||
"/wiki/Category: | "type": "object", | ||
"default": {} | |||
}, | |||
"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": "" | |||
"required": [ | "required": [ | ||
"type" | "type" | ||
] | ] | ||
} | } |
edits