Nouvelle organisation des entrées et sorties
This commit is contained in:
parent
dc8fd82aec
commit
43270faf38
2 changed files with 52 additions and 78 deletions
|
|
@ -4,15 +4,16 @@
|
|||
"properties": {
|
||||
"inputNature": {
|
||||
"description": "Nature des entrées",
|
||||
"type": "array",
|
||||
"type": ["array", "null"],
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"label" : {
|
||||
"type" : "string"
|
||||
},
|
||||
"owner" : {
|
||||
"type" : "boolean"
|
||||
"type" : {
|
||||
"type" : "string",
|
||||
"enum" : ["définitif", "temporaire", "retour"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -26,8 +27,9 @@
|
|||
"label" : {
|
||||
"type" : "string"
|
||||
},
|
||||
"final" : {
|
||||
"type" : "boolean"
|
||||
"type" : {
|
||||
"type" : "string",
|
||||
"enum" : ["définitif", "temporaire", "retour"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue