User: admin added process model file misc/test/bug-tracker/enter-bug-details-uischema.json

This commit is contained in:
sartography-automated-committer 2022-12-19 19:35:47 +00:00
parent 7e3093ca1f
commit 8b1f247bcd
2 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,21 @@
{
"title": "Enter bug details",
"description": "",
"properties": {
"description": {
"type": "string",
"title": "Description"
},
"status": {
"type": "string",
"title": "Status",
"enum": [
"New",
" Developing",
" Ready",
" Done"
]
}
},
"required": []
}

View File

@ -0,0 +1,6 @@
{
"ui:order": [
"description",
"status"
]
}