mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 12:28:23 +00:00
18 lines
308 B
JSON
18 lines
308 B
JSON
{
|
|
"title": "Select Payment Type",
|
|
"type": "object",
|
|
"properties": {
|
|
"payment_type": {
|
|
"type": "array",
|
|
"title": "Select Payment type",
|
|
"items": {
|
|
"type": "string",
|
|
"enum": [
|
|
"cc",
|
|
"venmo"
|
|
]
|
|
},
|
|
"uniqueItems": true
|
|
}
|
|
}
|
|
} |