demo-process-models/playground/dinithi/test-call-activity/Country-schema.json

16 lines
230 B
JSON

{
"title": "Select your Country",
"properties": {
"country": {
"type": "string",
"title": "Country",
"enum": [
"USA",
"Spain",
"France"
]
}
}
}