mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 21:48:28 +00:00
16 lines
230 B
JSON
16 lines
230 B
JSON
{
|
|
|
|
"title": "Select your Country",
|
|
"properties": {
|
|
"country": {
|
|
"type": "string",
|
|
"title": "Country",
|
|
"enum": [
|
|
"USA",
|
|
"Spain",
|
|
"France"
|
|
]
|
|
}
|
|
}
|
|
|
|
} |