531
edits
(Update package: OSW Base) |
(Update package: OSW Base) |
||
| jsondata | |||
|---|---|---|---|
| Line 1: | Line 1: | ||
{ | { | ||
"subclass_of": [ | |||
"Category:OSW712583f2479944deb2546b77cf860dda" | |||
], | |||
"utf8_icon": [ | |||
"📰", | |||
"📖" | |||
], | |||
"uuid": "92cc6b1a-2e6b-4bb7-bad4-70dfdcfdaf26", | |||
"name": "Article", | |||
"label": [ | |||
{ | |||
"text": "Article", | |||
"lang": "en" | |||
}, | |||
{ | |||
"text": "Artikel", | |||
"lang": "de" | |||
} | |||
], | |||
"description": [ | |||
{ | |||
"text": "A generic entry that can contain both text and media content", | |||
"lang": "en" | |||
}, | |||
{ | |||
"text": "Ein allgemeiner Eintrag der sowohl Text als auch Medieninhalte enthalten kann", | |||
"lang": "de" | |||
} | |||
], | |||
"type": [ | |||
"Category:Category" | |||
], | |||
"instance_rdf_type": [ | |||
"schema:Article" | |||
] | |||
} | } | ||
| jsonschema | |||
| Line 1: | Line 1: | ||
{ | { | ||
"@context": [ | |||
"/wiki/Category:OSW712583f2479944deb2546b77cf860dda?action=raw\u0026slot=jsonschema", | |||
{ | |||
"File_": { | |||
"@id": "wiki:File-3A", | |||
"@prefix": true | |||
}, | |||
"related_to": { | |||
"@id": "Property:IsRelatedTo", | |||
"@type": "@id" | |||
}, | |||
"part_of": { | |||
"@id": "Property:IsPartOf", | |||
"@type": "@id" | |||
} | |||
} | |||
], | |||
"allOf": [ | |||
{ | |||
"$ref": "/wiki/Category:OSW712583f2479944deb2546b77cf860dda?action=raw\u0026slot=jsonschema" | |||
} | |||
], | |||
"title": "Article", | |||
"title*": { | |||
"de": "Artikel" | |||
}, | |||
"description": "A generic entry that can contain both text and media content", | |||
"description*": { | |||
"de": "Ein allgemeiner Eintrag der sowohl Text als auch Medieninhalte enthalten kann" | |||
}, | |||
"type": "object", | |||
"required": [ | |||
"type" | |||
], | |||
"properties": { | |||
"type": { | |||
"default": [ | |||
"Category:OSW92cc6b1a2e6b4bb7bad470dfdcfdaf26" | |||
] | |||
}, | |||
"related_to": { | |||
"type": "array", | |||
"title": "Related to", | |||
"title*": { | |||
"de": "Bezug zu" | |||
}, | |||
"items": { | |||
"type": "string", | |||
"format": "autocomplete", | |||
"title": "Entry", | |||
"title*": { | |||
"de": "Eintrag" | |||
}, | |||
"options": { | |||
"autocomplete": { | |||
"query": "[[Category:Entity]] OR [[:Category:%2B]] |?Display_title_of=label" | |||
} | |||
}, | |||
"uniqueItems": true | |||
} | |||
}, | |||
"part_of": { | |||
"type": "array", | |||
"title": "Article collection", | |||
"title*": { | |||
"de": "Artikelsammlung" | |||
}, | |||
"description": "A superordinated element this entry is part of", | |||
"description*": { | |||
"de": "Ein übergeordnetes Element von dem dieser Eintrag ein Teil ist" | |||
}, | |||
"items": { | |||
"type": "string", | |||
"format": "autocomplete", | |||
"title": "Collection", | |||
"title*": { | |||
"de": "Sammlung" | |||
}, | |||
"range": "Category:OSW92cc6b1a2e6b4bb7bad470dfdcfdaf26" | |||
} | |||
} | |||
} | |||
} | } | ||
edits