User: boulier.th@gmail.com added process model file playground/fime/test-process/products-schema.json

This commit is contained in:
sartography-automated-committer 2023-06-29 14:34:44 +00:00
parent 4c40cc9f85
commit ad7e8f40b9
1 changed files with 15 additions and 0 deletions

View File

@ -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": []
}