mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 22:48:19 +00:00
16 lines
245 B
JSON
16 lines
245 B
JSON
{
|
|
"title": "Pick Your Color",
|
|
"properties": {
|
|
"color": {
|
|
"type": "string",
|
|
"title": "Color",
|
|
"enum": [
|
|
"White",
|
|
"Black",
|
|
"Red",
|
|
"Blue",
|
|
"Green"
|
|
]
|
|
}
|
|
}
|
|
} |