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
}
}
}