531
edits
(Update package: OSW Core) |
(Update package: OSW Core) |
||
| jsondata | |||
|---|---|---|---|
| Line 1: | Line 1: | ||
{ | { | ||
"type": [ | |||
"Category:Category" | |||
], | |||
"subclass_of": [ | |||
"Category:OSW05b244d0a669436e96fe4e1631d5a171" | |||
], | |||
"uuid": "11a53cdf-bdc2-4524-bf8a-c435cbf65d9d", | |||
"label": [ | |||
{ | |||
"text": "Wiki File", | |||
"lang": "en" | |||
}, | |||
{ | |||
"text": "Wiki Datei", | |||
"lang": "de" | |||
} | |||
], | |||
"description": [ | |||
{ | |||
"text": "A file stored directy in the file namespace", | |||
"lang": "en" | |||
}, | |||
{ | |||
"text": "Eine direkt im Datei-Namensraum gespeicherte Datei", | |||
"lang": "de" | |||
} | |||
], | |||
"name": "WikiFile" | |||
} | } | ||
| jsonschema | |||
| Line 1: | Line 1: | ||
{ | { | ||
"@context": [ | |||
"/wiki/Category:OSW05b244d0a669436e96fe4e1631d5a171?action=raw\u0026slot=jsonschema" | |||
], | |||
"allOf": [ | |||
{ | |||
"$ref": "/wiki/Category:OSW05b244d0a669436e96fe4e1631d5a171?action=raw\u0026slot=jsonschema" | |||
} | |||
], | |||
"type": "object", | |||
"uuid": "11a53cdf-bdc2-4524-bf8a-c435cbf65d9d", | |||
"title": "WikiFile", | |||
"title*": { | |||
"en": "Wiki File", | |||
"de": "Wiki Datei" | |||
}, | |||
"description": "A file stored directy in the file namespace", | |||
"description*": { | |||
"en": "A file stored directy in the file namespace", | |||
"de": "Eine direkt im Datei-Namensraum gespeicherte Datei" | |||
}, | |||
"required": [ | |||
"type" | |||
], | |||
"defaultProperties": [ | |||
"file" | |||
], | |||
"properties": { | |||
"type": { | |||
"default": [ | |||
"Category:OSW11a53cdfbdc24524bf8ac435cbf65d9d" | |||
] | |||
}, | |||
"file": { | |||
"title": "File", | |||
"title*": { | |||
"de": "Datei" | |||
}, | |||
"type": "string", | |||
"format": "url", | |||
"options": { | |||
"upload": { | |||
"create_inline": false | |||
} | |||
}, | |||
"links": [ | |||
{ | |||
"href": "{{#if self}}/w/index.php?title=Special:Redirect/file/{{self}}{{/if}}", | |||
"rel": "{{#if self}}download{{/if}}", | |||
"download": true | |||
} | |||
] | |||
} | |||
} | |||
} | } | ||
edits