config : ajout état définitif d'une sortie
This commit is contained in:
parent
09e42d44ac
commit
08ce30c4cf
2 changed files with 47 additions and 18 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue