schémas json : déplacement fichiers ; ajout champ 'type'
This commit is contained in:
parent
fe71484946
commit
2504650646
3 changed files with 61 additions and 0 deletions
|
|
@ -2,6 +2,10 @@
|
|||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string",
|
||||
"enum": ["equipment"]
|
||||
},
|
||||
"category" : {
|
||||
"type": "string"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue