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

This commit is contained in:
sartography-automated-committer 2023-07-04 08:05:13 +00:00
parent 404b21b870
commit 2c43b9fe49
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
{
"title": "validate ics mock",
"description": "",
"properties": {
"is_the_ics_valide": {
"type": "string",
"title": "Is the ICS valide?",
"enum": [
"yes",
"no"
]
}
},
"required": []
}