mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-24 05:38:06 +00:00
User: nelson@spiffworkflow.org clicked save for users/sample/SimpleReceive.json
This commit is contained in:
parent
56f1723de4
commit
7cb1391a72
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user