(Update package: OSW Core) |
(Update package: OSW Core) |
||
| Line 1: | Line 1: | ||
{ | { | ||
"@context": { | |||
"change_id": { | |||
"@id": "Property:HasChangeId", | |||
"@type": "xsd:string" | |||
} | |||
}, | |||
"title": "Meta", | |||
"type": "object", | |||
"required": [ | |||
"uuid" | |||
], | |||
"properties": { | |||
"uuid": { | |||
"title": "UUID", | |||
"type": "string", | |||
"format": "uuid", | |||
"options": { | |||
"hidden": true | |||
} | |||
}, | |||
"wiki_page": { | |||
"title": "Wiki page", | |||
"description": "The wiki page containing this entity", | |||
"type": "object", | |||
"properties": { | |||
"title": { | |||
"title": "Title", | |||
"description": "The page title", | |||
"type": "string" | |||
}, | |||
"namespace": { | |||
"title": "Namespace", | |||
"description": "The page namespace", | |||
"example": "Category", | |||
"type": "string" | |||
} | |||
} | |||
}, | |||
"change_id": { | |||
"title": "Change IDs", | |||
"description": "To keep track of concerted changes", | |||
"type": "array", | |||
"items": { | |||
"title": "Change ID", | |||
"type": "string" | |||
} | |||
} | |||
} | |||
} | } | ||
Revision as of 04:57, 8 January 2026
| @context |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| title | "Meta" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| type | "object" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| required |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| properties |
|