JsonSchema:Meta: Difference between revisions

(Update package: OSW Core)
 
(Update package: OSW Core)
 
(One intermediate revision by one other user not shown)
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",

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"