531
edits
(Update package: OSW Base) |
(Update package: OSW Base) |
||
| footer_template | |||
|---|---|---|---|
| Line 1: | Line 1: | ||
=={{#switch: {{USERLANGUAGECODE}} |en=Instances|de=Instanzen|#default=Instances}}== | |||
{{#ask: [[{{FULLPAGENAME}}]] | |||
|?HasType={{#switch: {{USERLANGUAGECODE}} |en=Type|de=Typ|#default=Type}} | |||
|?IsLocatedIn={{#switch: {{USERLANGUAGECODE}} |en=Located in|de=Standort|#default=Located in}} | |||
|?HasDepartment={{#switch: {{USERLANGUAGECODE}} |en=Department|de=Abteilung|#default=Department}} | |||
|?HasResponsiblePerson={{#switch: {{USERLANGUAGECODE}} |en=Repsonsible person|de=Verantwortliche Person|#default=Repsonsible person}} | |||
|?HasAccesories={{#switch: {{USERLANGUAGECODE}} |en=Accesories|de=Zubehör|#default=Accesories}} | |||
|format=datatable | |||
|pageLength=10 | |||
}} | |||
| jsondata | |||
| Line 1: | Line 1: | ||
{ | { | ||
"subclass_of": [ | |||
"Category:OSWca99a9bb9ad24386b222d18a73c2af5e" | |||
], | |||
"type": [ | |||
"Category:Category" | |||
], | |||
"uuid": "d845b968-13a3-4445-8f14-0e48c4d063fd", | |||
"label": [ | |||
{ | |||
"text": "Device Type", | |||
"lang": "en" | |||
} | |||
], | |||
"description": [ | |||
{ | |||
"text": "Helps Creating DeviceCategories", | |||
"lang": "en" | |||
} | |||
], | |||
"name": "DeviceType" | |||
} | } | ||
| jsonschema | |||
| Line 1: | Line 1: | ||
{ | { | ||
"@context": [ | |||
"/wiki/Category:OSWca99a9bb9ad24386b222d18a73c2af5e?action=raw\u0026slot=jsonschema", | |||
{ | |||
"purpose": { | |||
"@id": "Property:HasPurpose", | |||
"@type": "@id" | |||
}, | |||
"typical_processes": { | |||
"@id": "Property:HasTypicalProcess", | |||
"@type": "@id" | |||
} | |||
} | |||
], | |||
"allOf": [ | |||
{ | |||
"$ref": "/wiki/Category:OSWca99a9bb9ad24386b222d18a73c2af5e?action=raw\u0026slot=jsonschema" | |||
} | |||
], | |||
"type": "object", | |||
"uuid": "d845b968-13a3-4445-8f14-0e48c4d063fd", | |||
"title": "DeviceType", | |||
"title*": { | |||
"en": "Device Type" | |||
}, | |||
"description": "Helps Creating DeviceCategories", | |||
"description*": { | |||
"en": "Helps Creating DeviceCategories" | |||
}, | |||
"required": [ | |||
"type" | |||
], | |||
"defaultProperties": [ | |||
"manufacturer", | |||
"typical_processes", | |||
"manual" | |||
], | |||
"properties": { | |||
"type": { | |||
"default": [ | |||
"Category:OSWd845b96813a344458f140e48c4d063fd" | |||
] | |||
}, | |||
"typical_processes": { | |||
"title": "Typical Processes", | |||
"title*": { | |||
"de": "Typische Prozesse" | |||
}, | |||
"type": "array", | |||
"items": { | |||
"type": "string", | |||
"format": "autocomplete", | |||
"title": "Process", | |||
"$comment": "range are processes / subcategories of Process", | |||
"subclassof_range": "Category:OSWe5aa96bffb1c4d95be7fbd46142ad203" | |||
} | |||
}, | |||
"manufacturer_type_id": { | |||
"type": "string", | |||
"title": "Manufacturer Type ID", | |||
"title*": { | |||
"de": "Hersteller Typen-ID" | |||
}, | |||
"description": "Product ID provided by the manufacturer", | |||
"description*": { | |||
"de": "Produkt-ID des Herstellers." | |||
} | |||
}, | |||
"manufacturer_type_name": { | |||
"type": "string", | |||
"title": "Manufacturer Type Name", | |||
"title*": { | |||
"de": "Hersteller Typenbezeichnung" | |||
}, | |||
"description": "Product name provided by the manufacturer. Often more human friendly than the type id.", | |||
"description*": { | |||
"de": "Produktname des Herstellers. Oftmals ein einfacherer Alias neben der Typen-ID" | |||
} | |||
} | |||
} | |||
} | } | ||
edits