Ajout tarif sortie temporaire au schéma
This commit is contained in:
parent
e692cf0b2c
commit
17b8812f43
1 changed files with 5 additions and 0 deletions
|
|
@ -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"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue