mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 04:25:27 +00:00
16 lines
274 B
JSON
16 lines
274 B
JSON
{
|
|
"title": "Please select a payment option",
|
|
"description": "Payment options",
|
|
"type": "object",
|
|
"properties": {
|
|
"payment_type": {
|
|
"type": "string",
|
|
"enum": [
|
|
"cash",
|
|
"credit"
|
|
]
|
|
},
|
|
"uniqueItems": true
|
|
}
|
|
}
|
|
} |