demo-process-models/playground/dan/pizza-palace-20/payment-schema.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"
]
}
}
}