531
edits
(Update package: OSW Base) Tags: Mobile edit Mobile web edit |
m (Protected "Department": Protected as read-only import via Page Exchange extension ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading]) |
||
| (One intermediate revision by the same user not shown) | |||
| jsondata | |||
|---|---|---|---|
| Line 1: | Line 1: | ||
{ | { | ||
"subclass_of": [ | |||
"Category:OSWfe3e842b804445c7bb0dd8ee61da2d70" | |||
], | |||
"uuid": "94aa0742-5537-4580-b703-37340c5ccc1b", | |||
"label": [ | |||
{ | |||
"text": "Department", | |||
"lang": "en" | |||
}, | |||
{ | |||
"text": "Abteilung", | |||
"lang": "de" | |||
}, | |||
{ | |||
"text": "Fachbereich", | |||
"lang": "de" | |||
}, | |||
{ | |||
"text": "Ressort ", | |||
"lang": "de" | |||
}, | |||
{ | |||
"text": "Division", | |||
"lang": "en" | |||
} | |||
], | |||
"description": [ | |||
{ | |||
"text": "Sub-unit of an university institute or a corporation.", | |||
"lang": "en" | |||
}, | |||
{ | |||
"text": "Untereinheit eines Instituts der Universität oder eines Unternehmens.", | |||
"lang": "de" | |||
} | |||
], | |||
"name": "Department" | |||
} | } | ||
| jsonschema | |||
| Line 1: | Line 1: | ||
{ | { | ||
"@context": [ | |||
"/wiki/Category:OSWfe3e842b804445c7bb0dd8ee61da2d70?action=raw\u0026slot=jsonschema", | |||
{ | |||
"manager": { | |||
"@id": "Property:HasManager", | |||
"@type": "@id" | |||
}, | |||
"superordinate_ou": { | |||
"@id": "Property:HasSuperordinateOu", | |||
"@type": "@id" | |||
} | |||
} | |||
], | |||
"allOf": [ | |||
{ | |||
"$ref": "/wiki/Category:OSWfe3e842b804445c7bb0dd8ee61da2d70?action=raw\u0026slot=jsonschema" | |||
} | |||
], | |||
"type": "object", | |||
"title": "Department", | |||
"required": [ | |||
"type" | |||
], | |||
"defaultProperties": [], | |||
"properties": { | |||
"type": { | |||
"default": [ | |||
"Category:OSW94aa074255374580b70337340c5ccc1b" | |||
] | |||
}, | |||
"manager": { | |||
"title": "Head", | |||
"title*": { | |||
"en": "Head", | |||
"de": "Leitung" | |||
} | |||
}, | |||
"superordinate_ou": { | |||
"description": "Faculty, institute or organization, the department belongs to.", | |||
"description*": { | |||
"en": "Faculty, institute or organization, the department belongs to.", | |||
"de": "Fakultät, Institut oder Organisation, zu der die Abteilung gehört." | |||
}, | |||
"type": "array", | |||
"format": "table", | |||
"items": { | |||
"title": "", | |||
"type": "string", | |||
"format": "autocomplete", | |||
"query": "[[HasType::Category:OSW1969007d5acf40539642877659a02c23]] OR [[HasType::Category:OSW5427361692374c8eaa6bd3733b92d343]] OR [[HasType::Category:OSWa01126bc9e9048988cb0f49e359015bc]] |?Display_title_of=label", | |||
"previewWikiTextTemplate": "[[:{{result.fulltext}}]]", | |||
"labelTemplate": "{{result.printouts.label.[0]}}" | |||
}, | |||
"minItems": 1, | |||
"default": [ | |||
"" | |||
] | |||
} | |||
} | |||
} | } | ||
edits