Task: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{ | { | ||
"wiki": { | |||
"type": "schema", | |||
"uuid": "66300fce2c059", | |||
"name": "Task" | |||
}, | |||
"properties": { | |||
"assignee": { | |||
"wiki": { | |||
"name": "assignee", | |||
"type": "property", | |||
"multiple-items": false, | |||
"required": true, | |||
"label": "Assignee", | |||
"default": "{{CURRENTUSER}}", | |||
"value-prefix": "User:", | |||
"uuid": "66300fce2c05f", | |||
"visibility": "visible", | |||
"preferred-input": "mw.widgets.UserInputWidget", | |||
"input-config": [] | |||
}, | |||
"type": "string", | |||
"format": "text", | |||
"title": "Assignee", | |||
"default": "Admin" | |||
}, | |||
"extension": { | |||
"wiki": { | |||
"name": "extension", | |||
"type": "property", | |||
"multiple-items": false, | |||
"required": true, | |||
"label": "Extension", | |||
"label-parsed": "Extension", | |||
"visibility": "visible", | |||
"preferred-input": "OO.ui.DropdownInputWidget", | |||
"input-config": [], | |||
"options-allow-null": false, | |||
"options-wikilist": "Template:Extensions list", | |||
"options-values-parsed": { | |||
"SemanticMediaWiki": "SemanticMediaWiki", | |||
"SemanticCite": "SemanticCite", | |||
"SemanticResultFormats/Datatables": "SemanticResultFormats/Datatables", | |||
"SemanticResultFormats/Carousel": "SemanticResultFormats/Carousel", | |||
"SemanticMetaTags": "SemanticMetaTags" | |||
}, | |||
"uuid": "66300fce2c065" | |||
}, | |||
"type": "string", | |||
"format": "text", | |||
"title": "Extension", | |||
"enum": [ | |||
"SemanticMediaWiki", | |||
"SemanticCite", | |||
"SemanticResultFormats/Datatables", | |||
"SemanticResultFormats/Carousel", | |||
"SemanticMetaTags" | |||
] | |||
}, | |||
"description": { | |||
"wiki": { | |||
"name": "description", | |||
"type": "property", | |||
"multiple-items": false, | |||
"required": true, | |||
"label": "Description", | |||
"label-parsed": "Description", | |||
"visibility": "visible", | |||
"preferred-input": "OO.ui.MultilineTextInputWidget", | |||
"input-config": [], | |||
"uuid": "66300fce2c06d" | |||
}, | |||
"type": "string", | |||
"format": "text", | |||
"title": "Description" | |||
}, | |||
"status": { | |||
"wiki": { | |||
"name": "status", | |||
"type": "property", | |||
"multiple-items": false, | |||
"required": true, | |||
"label": "Status", | |||
"label-parsed": "Status", | |||
"visibility": "visible", | |||
"preferred-input": "OO.ui.DropdownInputWidget", | |||
"input-config": [], | |||
"options-allow-null": false, | |||
"options-wikilist": "Task status list", | |||
"options-values-parsed": { | |||
"assigned": "assigned", | |||
"in progress": "in progress", | |||
"peer review": "peer review", | |||
"action required": "action required", | |||
"completed": "completed" | |||
}, | |||
"uuid": "66300fce2c071" | |||
}, | |||
"type": "string", | |||
"format": "text", | |||
"title": "Status", | |||
"enum": [ | |||
"assigned", | |||
"in progress", | |||
"peer review", | |||
"action required", | |||
"completed" | |||
] | |||
}, | |||
"repository": { | |||
"wiki": { | |||
"name": "repository", | |||
"title": "Repository", | |||
"unique-items": false, | |||
"type": "schema", | |||
"uuid": "68b4c3cf94ca7" | |||
}, | |||
"items": { | |||
"type": "object", | |||
"wiki": { | |||
"name": "", | |||
"type": "schema", | |||
"uuid": "66300fce2c076", | |||
"layout": "section", | |||
"visibility": "visible" | |||
}, | |||
"properties": { | |||
"url": { | |||
"wiki": { | |||
"name": "url", | |||
"type": "property", | |||
"multiple-items": false, | |||
"required": true, | |||
"input-config": [], | |||
"label": "url", | |||
"label-parsed": "url", | |||
"visibility": "visible", | |||
"preferred-input": "OO.ui.TextInputWidget (url)", | |||
"property-model": "json-schema", | |||
"uuid": "66300fce2c07c" | |||
}, | |||
"pattern": "https?:\\/\\/(www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b([-a-zA-Z0-9()@:%_\\+.~#?\u0026//=]*)", | |||
"type": "string", | |||
"format": "url", | |||
"title": "url" | |||
}, | |||
"comments": { | |||
"wiki": { | |||
"name": "comments", | |||
"type": "property", | |||
"multiple-items": false, | |||
"input-config": { | |||
"rows": 2 | |||
}, | |||
"label": "comments", | |||
"label-parsed": "comments", | |||
"visibility": "visible", | |||
"preferred-input": "OO.ui.MultilineTextInputWidget", | |||
"required": false, | |||
"property-model": "json-schema", | |||
"uuid": "66300fce2c080" | |||
}, | |||
"type": "string", | |||
"format": "text", | |||
"title": "comments" | |||
}, | |||
"new_property": { | |||
"wiki": { | |||
"type": "property", | |||
"name": "new_property", | |||
"visibility": "visible", | |||
"label": "new_property", | |||
"multiple-items": false, | |||
"preferred-input": "OO.ui.TextInputWidget (email)", | |||
"input-config": [], | |||
"required": false, | |||
"uuid": "68b4c3cf94cb0" | |||
}, | |||
"type": "string", | |||
"format": "email", | |||
"title": "new_property" | |||
} | |||
}, | |||
"required": [ | |||
"url" | |||
] | |||
}, | |||
"type": "array", | |||
"title": "Repository", | |||
"uniqueItems": false | |||
}, | |||
"Comments": { | |||
"wiki": { | |||
"name": "Comments", | |||
"type": "property", | |||
"multiple-items": false, | |||
"label": "comments", | |||
"label-parsed": "comments", | |||
"visibility": "visible", | |||
"preferred-input": "VisualEditor", | |||
"input-config": [], | |||
"required": false, | |||
"uuid": "66300fce2c085" | |||
}, | |||
"type": "string", | |||
"format": "textarea", | |||
"title": "comments" | |||
}, | |||
"id-increment": { | |||
"wiki": { | |||
"name": "id-increment", | |||
"type": "property", | |||
"multiple-items": false, | |||
"visibility": "hidden", | |||
"preferred-input": "OO.ui.TextInputWidget", | |||
"input-config": [], | |||
"required": false, | |||
"value-formula": "{{#idprovider-increment:}}", | |||
"property-model": "json-schema", | |||
"uuid": "66300fce2c088" | |||
}, | |||
"options": { | |||
"hidden": true | |||
}, | |||
"type": "string", | |||
"format": "text" | |||
} | |||
}, | |||
"required": [ | |||
"assignee", | |||
"extension", | |||
"description", | |||
"status" | |||
], | |||
"type": "object" | |||
} | } |
Latest revision as of 21:51, 31 August 2025
wiki |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
properties |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
required |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | "object" |