Ajout description aux schémas json

This commit is contained in:
Jean-Christophe Engel 2023-11-19 18:41:34 +01:00
parent c18865a467
commit 2376a2d648
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@
"enum": ["equipment"]
},
"category" : {
"description": "Clé de la catégorie",
"type": "string"
},
"designation": {

View File

@ -25,6 +25,7 @@
"minimum": 1
},
"equipment": {
"description": "Clé du matériel",
"type": "string"
},
"date" : {