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