Ajout tarif sortie temporaire au schéma

This commit is contained in:
Jean-Christophe Engel 2026-03-17 09:02:19 +01:00
parent e692cf0b2c
commit 17b8812f43

View file

@ -36,6 +36,11 @@
"type" : { "type" : {
"type" : "string", "type" : "string",
"enum" : ["définitif", "temporaire", "retour"] "enum" : ["définitif", "temporaire", "retour"]
},
"fee" : {
"description" : "tarif sortie temporaire",
"type" : ["string", "null"],
"enum" : ["gratuit", "payant"]
} }
} }
} }