mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-24 21:58:18 +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": []
|
|
} |