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

@ -2,7 +2,7 @@
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"inputNature": {
"input_nature": {
"description": "Nature des entrées",
"type": ["array", "null"],
"items": {
@ -18,7 +18,7 @@
}
}
},
"outputNature": {
"output_nature": {
"description": "Nature des sorties",
"type": ["array", "null"],
"items": {