15 lines
260 B
JSON
Raw Normal View History

2024-07-15 10:51:00 -04:00
{
"title": "Check Bank Balance",
"description": "",
"properties": {
"bank_balance": {
"type": "string",
"title": "Check Bank Balance",
"enum": [
"Below $100",
"Sufficient Amount"
]
}
},
"required": []
}