mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 15:48:17 +00:00
16 lines
285 B
JSON
16 lines
285 B
JSON
|
{
|
||
|
"title": "Vegitables",
|
||
|
"description": "Tell us all about your favorite vegitable",
|
||
|
"properties": {
|
||
|
"vegitable": {
|
||
|
"type": "string",
|
||
|
"title": "Vegitable",
|
||
|
"enum": [
|
||
|
"Spinich",
|
||
|
"Pepper",
|
||
|
"Squash"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"required": []
|
||
|
}
|