mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 14:15:14 +00:00
21 lines
344 B
JSON
21 lines
344 B
JSON
|
{
|
||
|
"title": "Enter bug details",
|
||
|
"description": "",
|
||
|
"properties": {
|
||
|
"description": {
|
||
|
"type": "string",
|
||
|
"title": "Description"
|
||
|
},
|
||
|
"status": {
|
||
|
"type": "string",
|
||
|
"title": "Status",
|
||
|
"enum": [
|
||
|
"New",
|
||
|
" Developing",
|
||
|
" Ready",
|
||
|
" Done"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"required": []
|
||
|
}
|