Sortie temporaire : ajout date retour
This commit is contained in:
parent
8266ab8aeb
commit
fc526918f9
8 changed files with 159 additions and 4 deletions
|
|
@ -46,6 +46,11 @@
|
|||
"items": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"return_date" : {
|
||||
"description": "Date de retour du matériel",
|
||||
"type" : ["null", "string"],
|
||||
"format" : "date"
|
||||
}
|
||||
},
|
||||
"required": ["type", "direction", "operation", "amount", "equipment", "date", "comment"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue