531
edits
(Update package: OSW Base) |
(Update package: OSW Base) |
||
| jsondata | |||
|---|---|---|---|
| Line 1: | Line 1: | ||
{ | { | ||
"uuid": "ae92be81-cdb3-4d22-844d-4791ef790d93", | |||
"label": [ | |||
{ | |||
"text": "Area usage type according to DIN 277", | |||
"lang": "en" | |||
}, | |||
{ | |||
"text": "Flächennutzungsart nach DIN 277", | |||
"lang": "de" | |||
} | |||
], | |||
"subclass_of": [ | |||
"Category:OSW51653bb12c534c0b92a255b0b5ca3984" | |||
], | |||
"name": "AreaUsageType", | |||
"type": [ | |||
"Category:Category" | |||
] | |||
} | } | ||
| jsonschema | |||
| Line 1: | Line 1: | ||
{ | { | ||
"type": "object", | |||
"allOf": [ | |||
{ | |||
"$ref": "/wiki/Category:Item?action=raw\u0026slot=jsonschema" | |||
} | |||
], | |||
"title": "AreaUsageType", | |||
"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:OSWae92be81cdb34d22844d4791ef790d93" | |||
] | |||
} | |||
} | |||
} | } | ||
edits