réorganisation (cf remarques Bohwaz)

This commit is contained in:
Jean-Christophe Engel 2023-12-05 19:17:08 +01:00
parent 6006bdd169
commit 0e669a7c21
23 changed files with 279 additions and 236 deletions

View file

@ -9,13 +9,13 @@
"direction" : {
"description": "Entrée ou sortie",
"type": "string",
"enum": ["entrée", "sortie"]
"enum": ["input", "output"]
},
"inputNature": {
"input_nature": {
"description": "Nature de l'entrée",
"type": ["null", "string"]
},
"outputNature": {
"output_nature": {
"description": "Nature de la sortie",
"type": ["null", "string"]
},