Category:AnnotationProperty: Difference between revisions

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