mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-22 22:08:07 +00:00
16 lines
328 B
JSON
16 lines
328 B
JSON
{
|
|
"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": []
|
|
} |