VisualDataSchema:Task: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
"assignee": { | "assignee": { | ||
"wiki": { | "wiki": { | ||
"name": "assignee", | |||
"type": "property", | "type": "property", | ||
" | "multiple-items": false, | ||
"required": true, | |||
"label-parsed": "Assignee", | |||
"default-parsed": "Admin", | |||
"value-prefix": "User:", | |||
"visibility": "visible", | "visibility": "visible", | ||
"preferred-input": "mw.widgets.UserInputWidget", | "preferred-input": "mw.widgets.UserInputWidget", | ||
"input-config": [], | "input-config": [], | ||
"property-model": "json-schema" | "property-model": "json-schema" | ||
}, | }, | ||
Line 52: | Line 55: | ||
"format": "text", | "format": "text", | ||
"title": "Task" | "title": "Task" | ||
}, | |||
"Status": { | |||
"wiki": { | |||
"type": "property", | |||
"name": "Status", | |||
"visibility": "visible", | |||
"multiple-items": false, | |||
"preferred-input": "OO.ui.DropdownInputWidget", | |||
"input-config": [], | |||
"required": true, | |||
"options-allow-null": false, | |||
"options-wikilist": "Task status list", | |||
"property-model": "json-schema" | |||
}, | |||
"enum": [], | |||
"type": "string", | |||
"format": "text", | |||
"title": "status" | |||
}, | }, | ||
"repository": { | "repository": { | ||
Line 148: | Line 169: | ||
"assignee", | "assignee", | ||
"extension", | "extension", | ||
"task" | "task", | ||
"Status" | |||
], | ], | ||
"type": "object" | "type": "object" | ||
} | } |
Revision as of 21:49, 29 October 2023
wiki |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
properties |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
required |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | "object" |