531
edits
(Update package: OSW Core) |
(Update package: OSW Core) |
||
| jsondata | |||
|---|---|---|---|
| Line 1: | Line 1: | ||
{ | { | ||
"type": [ | |||
"Category:Category" | |||
], | |||
"subclass_of": [ | |||
"Category:OSW2ac4493f8635481eaf1db961b63c8325" | |||
], | |||
"uuid": "ff333fd3-49af-4f65-a691-00405a9e60c7", | |||
"name": "File", | |||
"label": [ | |||
{ | |||
"text": "File", | |||
"lang": "en" | |||
}, | |||
{ | |||
"text": "Datei", | |||
"lang": "de" | |||
} | |||
] | |||
} | } | ||
| jsonschema | |||
| Line 1: | Line 1: | ||
{ | { | ||
"type": "object", | |||
"allOf": [ | |||
{ | |||
"$ref": "/wiki/Category:OSW2ac4493f8635481eaf1db961b63c8325?action=raw\u0026slot=jsonschema" | |||
} | |||
], | |||
"title": "File", | |||
"@context": [ | |||
"/wiki/Category:OSW2ac4493f8635481eaf1db961b63c8325?action=raw\u0026slot=jsonschema", | |||
{ | |||
"dcterms": "http://purl.org/dc/terms/", | |||
"creator": { | |||
"@id": "dcterms:creator", | |||
"@type": "@id" | |||
}, | |||
"creator*": { | |||
"@id": "Property:HasCreator", | |||
"@type": "@id" | |||
}, | |||
"editor": { | |||
"@id": "dcterms:creator", | |||
"@type": "@id" | |||
}, | |||
"editor*": { | |||
"@id": "Property:HasEditor", | |||
"@type": "@id" | |||
}, | |||
"creation_context": { | |||
"@id": "Property:HasCreationContext", | |||
"@type": "@id" | |||
}, | |||
"editing_context": { | |||
"@id": "Property:HasEditingContext", | |||
"@type": "@id" | |||
}, | |||
"local_path": { | |||
"@id": "Property:HasLocalPath", | |||
"@type": "@id" | |||
} | |||
} | |||
], | |||
"uuid": "ff333fd3-49af-4f65-a691-00405a9e60c7", | |||
"title*": { | |||
"en": "File", | |||
"de": "Datei" | |||
}, | |||
"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" | |||
} | |||
} | |||
} | |||
}, | |||
"editing_context": { | |||
"type": "array", | |||
"title": "Editing Context", | |||
"title*": { | |||
"de": "Bearbeitungskontext" | |||
}, | |||
"items": { | |||
"type": "string", | |||
"format": "autocomplete", | |||
"title": "", | |||
"options": { | |||
"autocomplete": { | |||
"category": "Category:Entity" | |||
} | |||
} | |||
} | |||
}, | |||
"local_path": { | |||
"type": "string", | |||
"title": "Local Path", | |||
"title*": { | |||
"de": "Lokaler Dateipfad" | |||
}, | |||
"description": "The local file path of a file, e.g. S:....", | |||
"description*": { | |||
"de": "Der Pfad einer lokalen Datei, z.B. S:...." | |||
} | |||
} | |||
}, | |||
"defaultProperties": [ | |||
"local_path" | |||
] | |||
} | } | ||
edits