User: boulier.th@gmail.com added process model file playground/fime/certification2/fill-ics-mock-schema.json

This commit is contained in:
sartography-automated-committer 2023-07-04 08:02:22 +00:00
parent b2144b6c41
commit e1b7cb16a3
1 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,23 @@
{
"title": "Fill ICS (mock)",
"description": "",
"properties": {
"question1": {
"type": "string",
"title": "question1"
},
"question2": {
"type": "boolean",
"title": "question2"
},
"question3": {
"type": "string",
"title": "question3",
"enum": [
"option1",
"option2"
]
}
},
"required": []
}