diff --git a/playground/dilshad/dilshad-workflow/product_and_quantity.json b/playground/dilshad/dilshad-workflow/product_and_quantity.json index 4ba43277..219427fe 100644 --- a/playground/dilshad/dilshad-workflow/product_and_quantity.json +++ b/playground/dilshad/dilshad-workflow/product_and_quantity.json @@ -1 +1,15 @@ -Product and Quanitity \ No newline at end of file +{ + "title": "Product and Quantity", + "description": "", + "properties": { + "product_name": { + "type": "string", + "title": "Product Name" + }, + "product_quantity": { + "type": "string", + "title": "Product Quantity" + } + }, + "required": [] +} \ No newline at end of file