User: nelson@spiffworkflow.org clicked save for users/sample/SimpleReceive.json

This commit is contained in:
sartography-automated-committer 2023-05-17 08:08:54 +00:00
parent 56f1723de4
commit 7cb1391a72

View File

@ -1,4 +1,5 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"orderId": {
@ -25,7 +26,11 @@
},
"required": ["productId", "productName", "quantity"]
}
}
},
"required": ["orderId", "customerName", "products"]
}
},
"shippingAddress": {
"type": "object",
"properties": {
"street": {
"type": "string"
},
"city": {