473
edits
(Update package: OSW Core) |
(Update package: OSW Core) |
||
jsonschema | |||
---|---|---|---|
Line 22: | Line 22: | ||
"required": [ | "required": [ | ||
"type" | "type" | ||
], | |||
"defaultProperties": [ | |||
"file" | |||
], | ], | ||
"properties": { | "properties": { | ||
Line 27: | Line 30: | ||
"default": [ | "default": [ | ||
"Category:OSW11a53cdfbdc24524bf8ac435cbf65d9d" | "Category:OSW11a53cdfbdc24524bf8ac435cbf65d9d" | ||
] | |||
}, | |||
"file": { | |||
"title": "File", | |||
"title*": { | |||
"de": "Datei" | |||
}, | |||
"type": "string", | |||
"format": "url", | |||
"options": { | |||
"upload": {} | |||
}, | |||
"links": [ | |||
{ | |||
"href": "{{#if self}}/w/index.php?title=Special:Redirect/file/{{self}}{{/if}}", | |||
"rel": "{{#if self}}download{{/if}}", | |||
"download": true | |||
} | |||
] | ] | ||
} | } | ||
} | } | ||
} | } |
edits