User: boulier.th@gmail.com added process model file playground/fime/test-process/products-schema.json
This commit is contained in:
parent
4c40cc9f85
commit
ad7e8f40b9
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"title": "products",
|
||||
"description": "",
|
||||
"properties": {
|
||||
"choose_a_product": {
|
||||
"type": "string",
|
||||
"title": "Choose a product"
|
||||
},
|
||||
"how_many": {
|
||||
"type": "string",
|
||||
"title": "How many?"
|
||||
}
|
||||
},
|
||||
"required": []
|
||||
}
|
Loading…
Reference in New Issue