Version initiale schémas json
This commit is contained in:
parent
ef004dcffb
commit
fe71484946
5 changed files with 75 additions and 0 deletions
14
equipment.schema.json
Normal file
14
equipment.schema.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"category" : {
|
||||
"type": "string"
|
||||
},
|
||||
"designation": {
|
||||
"description": "Désignation du matériel",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": ["category", "designation"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue