mirror of
https://git.roflcopter.fr/lesanges/equipment.git
synced 2025-05-25 16:11:47 +02:00
Ajout description aux schémas json
This commit is contained in:
parent
c18865a467
commit
2376a2d648
2 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
||||||
"enum": ["equipment"]
|
"enum": ["equipment"]
|
||||||
},
|
},
|
||||||
"category" : {
|
"category" : {
|
||||||
|
"description": "Clé de la catégorie",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"designation": {
|
"designation": {
|
||||||
|
|
|
@ -25,6 +25,7 @@
|
||||||
"minimum": 1
|
"minimum": 1
|
||||||
},
|
},
|
||||||
"equipment": {
|
"equipment": {
|
||||||
|
"description": "Clé du matériel",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"date" : {
|
"date" : {
|
||||||
|
|
Loading…
Add table
Reference in a new issue