531
edits
(Update package: OSW Core) |
(Update package: OSW Core) |
||
| jsondata | |||
|---|---|---|---|
| Line 1: | Line 1: | ||
{ | { | ||
"type": [ | |||
"Category:Category" | |||
], | |||
"subclass_of": [ | |||
"Category:Property" | |||
], | |||
"uuid": "c3d78c97-6590-43f5-abcf-643513ae55e1", | |||
"label": [ | |||
{ | |||
"text": "AnnotationProperty", | |||
"lang": "en" | |||
} | |||
], | |||
"description": [ | |||
{ | |||
"text": "To annotate classes and individuals", | |||
"lang": "en" | |||
} | |||
], | |||
"name": "AnnotationProperty" | |||
} | } | ||
| jsonschema | |||
| Line 1: | Line 1: | ||
{ | { | ||
"@context": [ | |||
"/wiki/Category:Property?action=raw\u0026slot=jsonschema" | |||
], | |||
"allOf": [ | |||
{ | |||
"$ref": "/wiki/Category:Property?action=raw\u0026slot=jsonschema" | |||
} | |||
], | |||
"type": "object", | |||
"uuid": "c3d78c97-6590-43f5-abcf-643513ae55e1", | |||
"title": "AnnotationProperty", | |||
"title*": { | |||
"en": "AnnotationProperty" | |||
}, | |||
"description": "To annotate classes and individuals", | |||
"description*": { | |||
"en": "To annotate classes and individuals" | |||
}, | |||
"required": [ | |||
"type" | |||
], | |||
"properties": { | |||
"property_type": { | |||
"default": "Text" | |||
}, | |||
"type": { | |||
"default": [ | |||
"Category:AnnotationProperty" | |||
] | |||
} | |||
} | |||
} | } | ||
edits