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

This commit is contained in:
sartography-automated-committer 2023-05-17 08:07:10 +00:00
parent cb04214d81
commit 56f1723de4

View File

@ -25,25 +25,7 @@
},
"required": ["productId", "productName", "quantity"]
}
},
"shippingAddress": {
"type": "object",
"properties": {
"street": {
"type": "string"
},
"city": {
"type": "string"
},
"state": {
"type": "string"
},
"postalCode": {
"type": "string"
}
},
"required": ["street", "city", "state", "postalCode"]
}
},
"required": ["orderId", "customerName", "products", "shippingAddress"]
"required": ["orderId", "customerName", "products"]
}