mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-23 23:38:18 +00:00
15 lines
257 B
JSON
15 lines
257 B
JSON
{
|
|
"title": "products",
|
|
"description": "",
|
|
"properties": {
|
|
"product_name": {
|
|
"type": "string",
|
|
"title": "Choose a product"
|
|
},
|
|
"product_quantity": {
|
|
"type": "string",
|
|
"title": "How many?"
|
|
}
|
|
},
|
|
"required": []
|
|
} |