mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 12:45:54 +00:00
17 lines
327 B
JSON
17 lines
327 B
JSON
|
{
|
||
|
"title": "interview_client",
|
||
|
"description": "",
|
||
|
"properties": {
|
||
|
"what_is_your_favorite_kind_of_duck": {
|
||
|
"type": "string",
|
||
|
"title": "What is your favorite kind of duck?",
|
||
|
"enum": [
|
||
|
"Mallard",
|
||
|
"Wood Duck",
|
||
|
"Widgeon",
|
||
|
"Dead ducks"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"required": []
|
||
|
}
|