531
edits
(Update package: OSW Core) |
m (Protected "Intangible Item": Protected as read-only import via Page Exchange extension ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading]) |
||
| (One intermediate revision by the same user not shown) | |||
| jsondata | |||
|---|---|---|---|
| Line 1: | Line 1: | ||
{ | { | ||
"subclass_of": [ | |||
"Category:Item" | |||
], | |||
"type": [ | |||
"Category:Category" | |||
], | |||
"uuid": "cbb09a36-3367-40c6-a2cd-62db9bf647ec", | |||
"label": [ | |||
{ | |||
"text": "Intangible Item", | |||
"lang": "en" | |||
}, | |||
{ | |||
"text": "Immaterieller Gegenstand", | |||
"lang": "de" | |||
} | |||
], | |||
"description": [ | |||
{ | |||
"text": "A utility class that serves as the umbrella for a number of 'intangible' things such as terms, quantities, structured values, etc.", | |||
"lang": "en" | |||
}, | |||
{ | |||
"text": "Eine Gebrauchsklasse, die als Dach für eine Reihe von \\\"immateriellen\\\" Dingen wie Begriffe, Mengen, strukturierte Werte usw. dient.", | |||
"lang": "de" | |||
} | |||
], | |||
"instance_rdf_type": [ | |||
"schema:Intangible" | |||
], | |||
"name": "IntangibleItem" | |||
} | } | ||
| jsonschema | |||
| Line 1: | Line 1: | ||
{ | { | ||
"@context": [ | |||
"/wiki/Category:Item?action=raw\u0026slot=jsonschema" | |||
], | |||
"allOf": [ | |||
{ | |||
"$ref": "/wiki/Category:Item?action=raw\u0026slot=jsonschema" | |||
} | |||
], | |||
"type": "object", | |||
"uuid": "cbb09a36-3367-40c6-a2cd-62db9bf647ec", | |||
"title": "IntangibleItem", | |||
"title*": { | |||
"en": "Intangible Item", | |||
"de": "Immaterieller Gegenstand" | |||
}, | |||
"description": "A utility class that serves as the umbrella for a number of 'intangible' things such as terms, quantities, structured values, etc.", | |||
"description*": { | |||
"en": "A utility class that serves as the umbrella for a number of 'intangible' things such as terms, quantities, structured values, etc.", | |||
"de": "Eine Gebrauchsklasse, die als Dach für eine Reihe von \"immateriellen\" Dingen wie Begriffe, Mengen, strukturierte Werte usw. dient." | |||
}, | |||
"required": [ | |||
"type" | |||
], | |||
"properties": { | |||
"type": { | |||
"default": [ | |||
"Category:OSWcbb09a36336740c6a2cd62db9bf647ec" | |||
] | |||
} | |||
} | |||
} | } | ||
edits