JsonSchema:Meta: Difference between revisions

(Update package: OSW Core)
 
m (Protected "JsonSchema:Meta": Protected as read-only import via Page Exchange extension ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading])
 
(One intermediate revision by the same user not shown)
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"
}
}
}
}
}

Latest revision as of 04:57, 8 January 2026

@context
change_id
@id"Property:HasChangeId"
@type"xsd:string"
title"Meta"
type"object"
required
"uuid"
properties
uuid
title"UUID"
type"string"
format"uuid"
options
hiddentrue
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"