Category:OSWac9f0e49d8024804bd7d77058322a3fe: Difference between revisions

Update package: OSW Base
(Update package: OSW Base)
 
(Update package: OSW Base)
jsondata
Line 1: Line 1:
{
{
    "uuid": "ac9f0e49-d802-4804-bd7d-77058322a3fe",
"uuid": "ac9f0e49-d802-4804-bd7d-77058322a3fe",
    "label": [
"label": [
        {
{
            "text": "Room usage according to DIN 277",
"text": "Room usage according to DIN 277",
            "lang": "en"
"lang": "en"
        },
},
        {
{
            "text": "Raumnutzung nach DIN 277",
"text": "Raumnutzung nach DIN 277",
            "lang": "de"
"lang": "de"
        }
}
    ],
],
    "subclass_of": [
"subclass_of": [
        "Category:OSW51653bb12c534c0b92a255b0b5ca3984"
"Category:OSW51653bb12c534c0b92a255b0b5ca3984"
    ],
],
    "name": "RoomUsage",
"name": "RoomUsage",
    "type": [
"type": [
        "Category:Category"
"Category:Category"
    ]
]
}
}
jsonschema
Line 1: Line 1:
{
{
    "type": "object",
"type": "object",
    "allOf": [
"allOf": [
        {
{
            "$ref": "/wiki/Category:Item?action=raw\u0026slot=jsonschema"
"$ref": "/wiki/Category:Item?action=raw\u0026slot=jsonschema"
        }
}
    ],
],
    "title": "RoomUsage",
"title": "RoomUsage",
    "required": [
"required": [
        "type"
"type"
    ],
],
    "@context": [
"@context": [
        {
{
            "din277_label": "Property:HasDin277Label"
"din277_label": "Property:HasDin277Label"
        }
}
    ],
],
    "properties": {
"properties": {
        "din277_label": {
"din277_label": {
            "title": "DIN 277 label",
"title": "DIN 277 label",
            "title*": {
"title*": {
                "de": "DIN 277 Bezeichnung"
"de": "DIN 277 Bezeichnung"
            },
},
            "desciption": "Label according to DIN 277",
"desciption": "Label according to DIN 277",
            "description*": {
"description*": {
                "de": "Bezeichnung nach DIN 277"
"de": "Bezeichnung nach DIN 277"
            },
},
            "type": "array",
"type": "array",
            "format": "table",
"format": "table",
            "items": {
"items": {
                "title": "",
"title": "",
                "type": "string"
"type": "string"
            }
}
        },
},
        "type": {
"type": {
            "default": [
"default": [
                "Category:OSWac9f0e49d8024804bd7d77058322a3fe"
"Category:OSWac9f0e49d8024804bd7d77058322a3fe"
            ]
]
        }
}
    }
}
}
}