User: dingli@gmail.com added process model file playground/tencent/spiffducks/interview-client-schema.json

This commit is contained in:
sartography-automated-committer 2023-08-16 05:36:40 +00:00
parent 8329190df9
commit 1a8fb9a3de
1 changed files with 17 additions and 0 deletions

View File

@ -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": []
}