mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-24 13:48:10 +00:00
19 lines
330 B
JSON
19 lines
330 B
JSON
{
|
|
"title": "requirement-details",
|
|
"description": "",
|
|
"properties": {
|
|
"identifier": {
|
|
"type": "string",
|
|
"title": "identifier"
|
|
},
|
|
"summary": {
|
|
"type": "string",
|
|
"title": "summary"
|
|
},
|
|
"description": {
|
|
"type": "string",
|
|
"title": "description"
|
|
}
|
|
},
|
|
"required": []
|
|
} |