21 lines
418 B
JSON
21 lines
418 B
JSON
{
|
|
"title": "interview_client",
|
|
"description": "",
|
|
"properties": {
|
|
"variety": {
|
|
"type": "string",
|
|
"title": "What is your favorite kind of duck?",
|
|
"enum": [
|
|
"Mallard",
|
|
"Wood Duck",
|
|
"Widgeon",
|
|
"Dead ducks"
|
|
]
|
|
},
|
|
"tolerant": {
|
|
"type": "boolean",
|
|
"title": "I don't mind finding feathers and eggs in my home."
|
|
}
|
|
},
|
|
"required": []
|
|
} |