demo-process-models/playground/dilshad/dilshad-workflow/product_and_quantity.json

15 lines
272 B
JSON

{
"title": "Product and Quantity",
"description": "",
"properties": {
"product_name": {
"type": "string",
"title": "Product Name"
},
"product_quantity": {
"type": "string",
"title": "Product Quantity"
}
},
"required": []
}