diff --git a/playground/fime/test-process/products-schema.json b/playground/fime/test-process/products-schema.json new file mode 100644 index 00000000..fad22c17 --- /dev/null +++ b/playground/fime/test-process/products-schema.json @@ -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": [] +} \ No newline at end of file