diff --git a/playground/fime/test-process/products-schema.json b/playground/fime/test-process/products-schema.json index fad22c17..135fcdfc 100644 --- a/playground/fime/test-process/products-schema.json +++ b/playground/fime/test-process/products-schema.json @@ -2,11 +2,11 @@ "title": "products", "description": "", "properties": { - "choose_a_product": { + "product_name": { "type": "string", "title": "Choose a product" }, - "how_many": { + "product_quantity": { "type": "string", "title": "How many?" }