JsonSchema:Meta: Difference between revisions

From OSL Demo
(copy from dev wiki)
(Update package: OSW Core)
 
Line 8: Line 8:
     "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",

Latest revision as of 06:54, 22 November 2024

@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"
Cookies help us deliver our services. By using our services, you agree to our use of cookies.