equipment/category.schema.json

11 lines
198 B
JSON
Raw Normal View History

2023-10-10 16:16:03 +02:00
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"name": {
"type": "string"
}
},
"required": ["name"]
}