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