531
edits
(Update package: OSW Core) |
(Update package: OSW Core) |
||
| jsondata | |||
|---|---|---|---|
| Line 1: | Line 1: | ||
{ | { | ||
"type": [ | |||
"Category:Category" | |||
], | |||
"subclass_of": [ | |||
"Category:Property" | |||
], | |||
"uuid": "bc61accf-2c49-44ea-9317-6a4654c1d98a", | |||
"name": "QuantityProperty", | |||
"label": [ | |||
{ | |||
"text": "Quantity Property", | |||
"lang": "en" | |||
}, | |||
{ | |||
"text": "Größeneigenschaft", | |||
"lang": "de" | |||
} | |||
], | |||
"description": [ | |||
{ | |||
"text": "Property that represents a physical quantity", | |||
"lang": "en" | |||
}, | |||
{ | |||
"text": "Attribut das eine physikalische Größe repräsentiert", | |||
"lang": "de" | |||
} | |||
] | |||
} | } | ||
| 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": "bc61accf-2c49-44ea-9317-6a4654c1d98a", | |||
"title": "QuantityProperty", | |||
"title*": { | |||
"en": "Quantity Property", | |||
"de": "Größeneigenschaft" | |||
}, | |||
"description": "Property that represents a physical quantity", | |||
"description*": { | |||
"en": "Property that represents a physical quantity", | |||
"de": "Attribut das eine physikalische Größe repräsentiert" | |||
}, | |||
"required": [ | |||
"type" | |||
], | |||
"properties": { | |||
"property_type": { | |||
"default": "Quantity", | |||
"options": { | |||
"hidden": "true" | |||
} | |||
}, | |||
"type": { | |||
"default": [ | |||
"Category:QuantityProperty" | |||
] | |||
} | |||
} | |||
} | } | ||
edits