55
edits
(Install package: OSW Base) |
(Update package: OSW Core) |
||
jsonschema | |||
---|---|---|---|
Line 16: | Line 16: | ||
}, | }, | ||
"description": "", | "description": "", | ||
"description*": {} | "description*": {}, | ||
"required": [ | |||
"type" | |||
], | |||
"properties": { | |||
"type": { | |||
"default": [ | |||
"Category:OSWff333fd349af4f65a69100405a9e60c7" | |||
] | |||
}, | |||
"creator": { | |||
"type": "array", | |||
"title": "Creator", | |||
"title*": { | |||
"de": "Ersteller" | |||
}, | |||
"items": { | |||
"type": "string", | |||
"format": "autocomplete", | |||
"title": "", | |||
"options": { | |||
"autocomplete": { | |||
"category": "Category:OSW44deaa5b806d41a2a88594f562b110e9" | |||
} | |||
} | |||
} | |||
}, | |||
"editor": { | |||
"type": "array", | |||
"title": "Editor", | |||
"title*": { | |||
"de": "Bearbeiter" | |||
}, | |||
"items": { | |||
"type": "string", | |||
"format": "autocomplete", | |||
"title": "", | |||
"options": { | |||
"autocomplete": { | |||
"category": "Category:OSW44deaa5b806d41a2a88594f562b110e9" | |||
} | |||
} | |||
} | |||
}, | |||
"creation_context": { | |||
"type": "array", | |||
"title": "Creation Context", | |||
"title*": { | |||
"de": "Erstellungskontext" | |||
}, | |||
"items": { | |||
"type": "string", | |||
"format": "autocomplete", | |||
"title": "", | |||
"options": { | |||
"autocomplete": { | |||
"category": "Category:Entity" | |||
} | |||
} | |||
} | |||
} | |||
} | |||
} | } |
edits