mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 06:05:13 +00:00
19 lines
358 B
JSON
19 lines
358 B
JSON
{
|
|
"title": "Invoice Details",
|
|
"description": "Please fill out your invoice information. Thank you.",
|
|
"properties": {
|
|
"amount": {
|
|
"type": "string",
|
|
"title": "amount"
|
|
},
|
|
"name": {
|
|
"type": "string",
|
|
"title": "name"
|
|
},
|
|
"priority": {
|
|
"type": "string",
|
|
"title": "priority"
|
|
}
|
|
},
|
|
"required": []
|
|
} |