531
edits
(Update package: OSW Core) |
(Update package: OSW Core) |
||
| jsondata | |||
|---|---|---|---|
| Line 1: | Line 1: | ||
{ | { | ||
"subclass_of": [ | |||
"Category:Item" | |||
], | |||
"type": [ | |||
"Category:Category" | |||
], | |||
"uuid": "e5aa96bf-fb1c-4d95-be7f-bd46142ad203", | |||
"label": [ | |||
{ | |||
"text": "Process", | |||
"lang": "en" | |||
}, | |||
{ | |||
"text": "Prozess", | |||
"lang": "de" | |||
} | |||
], | |||
"name": "Process", | |||
"description": [ | |||
{ | |||
"text": "Members of the Process Category describe the act of changing the state or properties of something", | |||
"lang": "en" | |||
}, | |||
{ | |||
"text": "Prozesse beschreiben den Akt des Änderns eines Zustandes oder der Eigenschaften von etwas.", | |||
"lang": "de" | |||
} | |||
], | |||
"metaclass": [ | |||
"Category:OSWc11438cd6c814ed1a5a253555ee351b4" | |||
] | |||
} | } | ||
| jsonschema | |||
| Line 1: | Line 1: | ||
{ | { | ||
"@context": [ | |||
"/wiki/Category:Item?action=raw\u0026slot=jsonschema", | |||
{ | |||
"type": { | |||
"@id": "Property:HasType", | |||
"@type": "@id" | |||
}, | |||
"type*": { | |||
"@id": "Property:HasSchema", | |||
"@type": "@id" | |||
}, | |||
"tool": { | |||
"@id": "Property:HasTool", | |||
"@type": "@id" | |||
}, | |||
"input": { | |||
"@id": "Property:HasInput", | |||
"@type": "@id" | |||
}, | |||
"location": { | |||
"@id": "Property:HasLocation", | |||
"@type": "@id" | |||
}, | |||
"location_name": { | |||
"@id": "Property:HasLocation", | |||
"@type": "@id" | |||
}, | |||
"output": { | |||
"@id": "Property:HasOutput", | |||
"@type": "@id" | |||
}, | |||
"creator": { | |||
"@id": "Property:HasCreator", | |||
"@type": "@id" | |||
}, | |||
"actionees": { | |||
"@id": "Property:HasActionee", | |||
"@type": "@id" | |||
}, | |||
"projects": { | |||
"@id": "Property:HasProject", | |||
"@type": "@id" | |||
}, | |||
"status": { | |||
"@id": "Property:HasStatus", | |||
"@type": "@id" | |||
}, | |||
"start_date_time": { | |||
"@id": "Property:HasStartDateAndTime", | |||
"@type": "xsd:dateTime" | |||
}, | |||
"end_date_time": { | |||
"@id": "Property:HasEndDateAndTime", | |||
"@type": "xsd:dateTime" | |||
}, | |||
"subprocesses": { | |||
"@id": "Property:HasPart", | |||
"@type": "@id" | |||
} | |||
} | |||
], | |||
"allOf": [ | |||
{ | |||
"$ref": "/wiki/Category:Item?action=raw\u0026slot=jsonschema" | |||
} | |||
], | |||
"title": "Process", | |||
"title*": { | |||
"en": "Process", | |||
"de": "Prozess" | |||
}, | |||
"type": "object", | |||
"uuid": "5a07d666-c55b-4ffa-89d4-9633c708029d", | |||
"description": "Members of the Process Category describe the act of changing the state or properties of something", | |||
"description*": { | |||
"en": "Members of the Process Category describe the act of changing the state or properties of something", | |||
"de": "Prozesse beschreiben den Akt des Änderns eines Zustandes oder der Eigenschaften von etwas." | |||
}, | |||
"defaultProperties": [ | |||
"actionees", | |||
"start_date_time", | |||
"tool", | |||
"input", | |||
"output" | |||
], | |||
"required": [ | |||
"type" | |||
], | |||
"properties": { | |||
"type": { | |||
"default": [ | |||
"Category:OSWe5aa96bffb1c4d95be7fbd46142ad203" | |||
] | |||
}, | |||
"creator": { | |||
"type": "string", | |||
"title": "Creator", | |||
"title*": { | |||
"de": "Ersteller" | |||
}, | |||
"format": "autocomplete", | |||
"range": "Category:OSW44deaa5b806d41a2a88594f562b110e9" | |||
}, | |||
"actionees": { | |||
"type": "array", | |||
"title": "Actionees", | |||
"title*": { | |||
"de": "Akteure" | |||
}, | |||
"items": { | |||
"type": "string", | |||
"title": "Actionee", | |||
"title*": { | |||
"de": "Akteur" | |||
}, | |||
"format": "autocomplete", | |||
"range": "Category:OSW44deaa5b806d41a2a88594f562b110e9" | |||
} | |||
}, | |||
"start_date_time": { | |||
"type": "string", | |||
"title": "Start time", | |||
"title*": { | |||
"de": "Startzeitpunkt" | |||
}, | |||
"format": "date-time", | |||
"$comment": "Note: To hide the time, you can set {\"options\": {\"flatpickr\": {\"dateFormat\": \"Z\", \"altInput\": true, \"altFormat\": \"Y-m-d\"}}}" | |||
}, | |||
"end_date_time": { | |||
"type": "string", | |||
"title": "End time", | |||
"title*": { | |||
"de": "Endzeitpunkt" | |||
}, | |||
"format": "date-time" | |||
}, | |||
"location": { | |||
"type": "string", | |||
"title": "Location", | |||
"title*": { | |||
"de": "Ort" | |||
}, | |||
"format": "autocomplete", | |||
"range": "Category:OSW3d238d05316e45a4ac95a11d7b24e36b" | |||
}, | |||
"location_name": { | |||
"type": "string", | |||
"title": "Location (text)", | |||
"title*": { | |||
"de": "Ort (Text)" | |||
}, | |||
"description": "Its prefered to select or create a location from or in the autocomplete field 'Location'.", | |||
"description*": { | |||
"de": "Vorzugsweise sollte ein Ort aus dem Autocomplete-Feld 'Ort' ausgewählt oder erstellt werden." | |||
} | |||
}, | |||
"status": { | |||
"type": "string", | |||
"_format": "autocomplete", | |||
"format": "choices", | |||
"title": "Status", | |||
"enum": [ | |||
"Item:OSWaa8d29404288446a9f3ec7afa4e2a512", | |||
"Item:OSWa2b4567ad4874ea1b9adfed19a3d06d1", | |||
"Item:OSWf474ec34b7df451ea8356134241aef8a" | |||
], | |||
"options": { | |||
"_autocomplete": { | |||
"category": "Category:OSW9725d7a91bab4f1aa68f423e4e9bfcf4" | |||
}, | |||
"enum_titles": [ | |||
"To do", | |||
"In work", | |||
"Done" | |||
], | |||
"enum_titles*": { | |||
"de": [ | |||
"Zu tun", | |||
"In Arbeit", | |||
"Erledigt" | |||
] | |||
}, | |||
"grid_columns": 6 | |||
} | |||
}, | |||
"tool": { | |||
"type": "array", | |||
"title": "Tools", | |||
"title*": { | |||
"de": "Werkzeuge" | |||
}, | |||
"items": { | |||
"type": "string", | |||
"title": "Tool", | |||
"title*": { | |||
"de": "Werkzeug" | |||
}, | |||
"format": "autocomplete", | |||
"range": "Category:OSWe427aafafbac4262955b9f690a83405d" | |||
}, | |||
"options": { | |||
"conditional_visible": { | |||
"modes": [ | |||
"query", | |||
"default" | |||
] | |||
} | |||
} | |||
}, | |||
"input": { | |||
"type": "array", | |||
"title": "Inputs", | |||
"title*": { | |||
"de": "Eingangsressource (Input)" | |||
}, | |||
"items": { | |||
"type": "string", | |||
"title": "Input", | |||
"title*": { | |||
"de": "Ressource" | |||
}, | |||
"format": "autocomplete", | |||
"range": "Category:Item" | |||
}, | |||
"options": { | |||
"conditional_visible": { | |||
"modes": [ | |||
"query", | |||
"default" | |||
] | |||
} | |||
} | |||
}, | |||
"output": { | |||
"type": "array", | |||
"title": "Outputs", | |||
"title*": { | |||
"de": "Ausgangsressource (Output)" | |||
}, | |||
"items": { | |||
"type": "string", | |||
"title": "Output", | |||
"title*": { | |||
"de": "Ressource" | |||
}, | |||
"format": "autocomplete", | |||
"range": "Category:Item" | |||
}, | |||
"options": { | |||
"conditional_visible": { | |||
"modes": [ | |||
"query", | |||
"default" | |||
] | |||
} | |||
} | |||
}, | |||
"projects": { | |||
"type": "array", | |||
"format": "table", | |||
"title": "Project(s)", | |||
"title*": { | |||
"de": "Projekt(e)" | |||
}, | |||
"items": { | |||
"type": "string", | |||
"title": "Project", | |||
"title*": { | |||
"de": "Projekt" | |||
}, | |||
"format": "autocomplete", | |||
"$comment": "Project", | |||
"range": "Category:OSWb2d7e6a2eff94c82b7f1f2699d5b0ee3" | |||
}, | |||
"options": { | |||
"conditional_visible": { | |||
"modes": [ | |||
"query", | |||
"default" | |||
] | |||
} | |||
} | |||
}, | |||
"parameters": { | |||
"type": "object", | |||
"title": "Parameters" | |||
} | |||
} | |||
} | } | ||
edits