Correction indentation
This commit is contained in:
parent
0e669a7c21
commit
3a9424de78
28 changed files with 1479 additions and 1502 deletions
|
|
@ -1,19 +1,19 @@
|
|||
{
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string",
|
||||
"enum": ["equipment"]
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string",
|
||||
"enum": ["equipment"]
|
||||
},
|
||||
"category" : {
|
||||
"description": "Clé de la catégorie",
|
||||
"type": "string"
|
||||
},
|
||||
"designation": {
|
||||
"description": "Désignation du matériel",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"category" : {
|
||||
"description": "Clé de la catégorie",
|
||||
"type": "string"
|
||||
},
|
||||
"designation": {
|
||||
"description": "Désignation du matériel",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": ["type", "category", "designation"]
|
||||
"required": ["type", "category", "designation"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue