Ajout archivage matériels de stock nul

This commit is contained in:
Jean-Christophe Engel 2025-02-20 10:29:57 +01:00
parent 3e0f3159ae
commit 4a46099275
10 changed files with 214 additions and 60 deletions

View file

@ -13,7 +13,12 @@
"name": {
"description": "Désignation du matériel",
"type": "string"
},
"status": {
"description": "État du matériel",
"type": "string",
"enum": ["available", "archived"]
}
},
"required": ["type", "category", "name"]
"required": ["type", "category", "name", "status"]
}