Ajout archivage matériels de stock nul
This commit is contained in:
parent
3e0f3159ae
commit
4a46099275
10 changed files with 214 additions and 60 deletions
|
|
@ -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"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue