Utilisation config dans mouvements
This commit is contained in:
parent
8e43543dd1
commit
96d038464d
6 changed files with 13 additions and 22 deletions
|
|
@ -13,13 +13,11 @@
|
|||
},
|
||||
"inputNature": {
|
||||
"description": "Nature de l'entrée",
|
||||
"type": ["null", "string"],
|
||||
"enum": ["Achat", "Don", "Récupération", "Location / Prêt"]
|
||||
"type": ["null", "string"]
|
||||
},
|
||||
"outputNature": {
|
||||
"description": "Nature de la sortie",
|
||||
"type": ["null", "string"],
|
||||
"enum": ["Vente", "Don", "Location / Prêt", "Autre (casse, perte, vol, ...)"]
|
||||
"type": ["null", "string"]
|
||||
},
|
||||
"amount": {
|
||||
"description": "Quantité ajoutée ou retirée",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue