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:
sartography-automated-committer 2023-08-01 13:02:26 +00:00
parent 1d0d5d7778
commit 2dfd7fb84a
1 changed files with 16 additions and 0 deletions

View File

@ -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": []
}