JsonSchema:Meta: Difference between revisions

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