User: dingli@gmail.com added process model file playground/tencent/spiffducks/interview-client-schema.json
This commit is contained in:
parent
8329190df9
commit
1a8fb9a3de
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"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": []
|
||||||
|
}
|
Loading…
Reference in New Issue