328
edits
(fix) Tag: Metadata slot edit |
(Update package: OSW Base) Tag: Manual revert |
||
Line 1: | Line 1: | ||
== | == Namespaces == | ||
for UUID generation via uuid5 | |||
* General (same as UUID of the category page): b8b62787-63d5-4b07-84ee-a9d3b3d183a4 | |||
* FhG: fdd10d54-8474-5957-83a1-2ac4e40723a6 | |||
{{#ask: [[{{FULLPAGENAME}}]] | {{#ask: [[{{FULLPAGENAME}}]] | ||
jsonschema | |||
---|---|---|---|
Line 1: | Line 1: | ||
{ | { | ||
"@context": [ | "@context": [ | ||
{ | { | ||
" | "manager": "Property:HasManager", | ||
"superordinate_ou": "Property:HasSuperordinateOu" | |||
} | } | ||
], | ], | ||
"defaultProperties": [], | "defaultProperties": [], | ||
Line 56: | Line 49: | ||
] | ] | ||
} | } | ||
} | }, | ||
"type": "object", | |||
"allOf": [ | |||
{ | |||
"$ref": "/wiki/Category:OSWfe3e842b804445c7bb0dd8ee61da2d70?action=raw\u0026slot=jsonschema" | |||
} | |||
], | |||
"title": "Group", | |||
"required": [ | |||
"type" | |||
] | |||
} | } |
edits