{
"title": "Please Select a Payment Option",
"type": "object",
"properties": {
"payment_type": {
"type": "string",
"title": "Select Payment Type",
"enum": [
"credit",
"paypal"
]
}
}}