User: madhurya@sartography.com added process model file examples/2-in-depth/2-3-sub-processes/payment-mode-schema.json
This commit is contained in:
parent
1d0d5d7778
commit
2dfd7fb84a
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"title": "Payment Method",
|
||||
"description": "Please select your preferred Payment method",
|
||||
"properties": {
|
||||
"pay_on_delivery": {
|
||||
"type": "boolean",
|
||||
"title": "Pay on Delivery",
|
||||
"default": true
|
||||
},
|
||||
"pay_online": {
|
||||
"type": "boolean",
|
||||
"title": "Pay Online"
|
||||
}
|
||||
},
|
||||
"required": []
|
||||
}
|
Loading…
Reference in New Issue