mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 15:38:29 +00:00
13 lines
205 B
JSON
13 lines
205 B
JSON
{
|
|
"title": "Pick Your Color",
|
|
"properties": {
|
|
"color": {
|
|
"type": "string",
|
|
"title": "Color",
|
|
"enum": [
|
|
"White",
|
|
"B",
|
|
"Chocolate"
|
|
]
|
|
}
|
|
} |