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

This commit is contained in:
sartography-automated-committer 2023-07-04 07:55:15 +00:00
parent e884654423
commit 3f1c740a18

View File

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