config : ajout état définitif d'une sortie

This commit is contained in:
Jean-Christophe Engel 2023-10-30 16:43:15 +01:00
parent 09e42d44ac
commit 08ce30c4cf
2 changed files with 47 additions and 18 deletions

View file

@ -19,9 +19,17 @@
},
"outputNature": {
"description": "Nature des sorties",
"type": "array",
"type": ["array", "null"],
"items": {
"type": "string"
"type": "object",
"properties": {
"label" : {
"type" : "string"
},
"final" : {
"type" : "boolean"
}
}
}
}
}