VisualDataSchema:Task: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
"type": "schema", | "type": "schema", | ||
"uuid": "661d48ddb5262", | "uuid": "661d48ddb5262", | ||
"name": "Task" | "name": "Task", | ||
"title": "{{int:webmo-task}}" | |||
}, | }, | ||
"properties": { | "properties": { | ||
"belongs to": { | |||
"wiki": { | |||
"type": "property", | |||
"uuid": "661d4c2d8a40d", | |||
"name": "belongs to", | |||
"visibility": "visible", | |||
"multiple-items": false, | |||
"preferred-input": "LookupElement", | |||
"input-config": [], | |||
"required": false, | |||
"options-askquery": "[[articleid::+]]", | |||
"askquery-schema": "Project key data", | |||
"askquery-printouts": [] | |||
}, | |||
"type": "string", | |||
"format": "text" | |||
}, | |||
"priority": { | |||
"wiki": { | |||
"type": "property", | |||
"name": "priority", | |||
"visibility": "visible", | |||
"multiple-items": false, | |||
"preferred-input": "OO.ui.TextInputWidget", | |||
"input-config": [], | |||
"required": true, | |||
"uuid": "661d4e7c1c37a" | |||
}, | |||
"type": "string", | |||
"format": "text" | |||
}, | |||
"assignee": { | "assignee": { | ||
"wiki": { | "wiki": { | ||
Line 43: | Line 75: | ||
"status": { | "status": { | ||
"wiki": { | "wiki": { | ||
"type": "property", | |||
"uuid": "661d48ddb526d", | |||
"name": "status", | "name": "status", | ||
" | "visibility": "visible", | ||
"multiple-items": false, | "multiple-items": false, | ||
"preferred-input": "OO.ui.DropdownInputWidget", | "preferred-input": "OO.ui.DropdownInputWidget", | ||
"input-config": [], | "input-config": [], | ||
"options-allow-null": false, | "options-allow-null": false, | ||
"options-wikilist": "Task status list", | "options-wikilist": "Task status list", | ||
" | "required": true | ||
}, | }, | ||
"type": "string", | "type": "string", | ||
Line 66: | Line 90: | ||
"title": "Status" | "title": "Status" | ||
}, | }, | ||
" | "participants": { | ||
"wiki": { | "wiki": { | ||
"name": " | "name": "participants", | ||
" | "title": "Participants", | ||
" | "unique-items": false, | ||
"visibility": "visible", | "type": "schema", | ||
"uuid": "661d4e7c1c383" | |||
}, | |||
"items": { | |||
" | "type": "string", | ||
"wiki": { | |||
"name": "participant", | |||
"type": "property", | |||
"visibility": "visible", | |||
"multiple-items": true, | |||
"preferred-input": "mw.widgets.UsersMultiselectWidget", | |||
"input-config": [], | |||
"required": false, | |||
"uuid": "661d4e7c1c385" | |||
}, | |||
"format": "text", | |||
"title": "Participants" | |||
}, | }, | ||
"type": " | "type": "array", | ||
" | "title": "Participants", | ||
"uniqueItems": false | |||
} | } | ||
}, | }, | ||
"required": [ | "required": [ | ||
"priority", | |||
"assignee", | "assignee", | ||
"description", | "description", | ||
"status" | "status" | ||
], | ], | ||
"type": "object" | "type": "object", | ||
"title": "⧼webmo-task⧽" | |||
} | } |
Revision as of 15:57, 15 April 2024
wiki |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
properties |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
required |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | "object" | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
title | "⧼webmo-task⧽" |