mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 20:18:16 +00:00
14 lines
239 B
JSON
14 lines
239 B
JSON
{
|
|
"title": "Please Select a Payment Option",
|
|
"type": "object",
|
|
"properties": {
|
|
"payment_type": {
|
|
"type": "string",
|
|
"title": "Select Payment Type",
|
|
"enum": [
|
|
"credit",
|
|
"paypal"
|
|
]
|
|
}
|
|
}
|
|
} |