Bots, Bureaucrats, Moderators (CommentStreams), Interface administrators, Administrators (Semantic MediaWiki), Curators (Semantic MediaWiki), Editors (Semantic MediaWiki), Administrators
1,273
edits
(Install package: OSW Core) |
(Update package: OSW Core) |
||
Line 1: | Line 1: | ||
{ | { | ||
"@context": {}, | "@context": { | ||
"change_id": { | |||
"@id": "Property:HasChangeId", | |||
"@type": "xsd:string" | |||
} | |||
}, | |||
"title": "Meta", | "title": "Meta", | ||
"type": "object", | "type": "object", | ||
"required": [ | |||
"uuid" | |||
], | |||
"properties": { | "properties": { | ||
"uuid": { | |||
"title": "UUID", | |||
"type": "string", | |||
"format": "uuid", | |||
"options": { | |||
"hidden": true | |||
} | |||
}, | |||
"wiki_page": { | "wiki_page": { | ||
"title": "Wiki page", | "title": "Wiki page", |