diff --git a/playground/usama/essential-example/orderdetails-schema.json b/playground/usama/essential-example/orderdetails-schema.json index 5747bec2..4d74c879 100644 --- a/playground/usama/essential-example/orderdetails-schema.json +++ b/playground/usama/essential-example/orderdetails-schema.json @@ -16,12 +16,6 @@ "type": "string", "title": "Customer Name" }, - "shippingAddress": { - "type": "string", - "title": "Shipping Address" - } - }, - "required": ["productSelection", "quantity", "customerName", "shippingAddress"] - } + } } } \ No newline at end of file