2023-10-12 13:48:49 +02:00
|
|
|
{
|
2023-12-06 09:59:11 +01:00
|
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
|
|
"type": "object",
|
|
|
|
"properties": {
|
|
|
|
"type": {
|
|
|
|
"type": "string",
|
|
|
|
"enum": ["category"]
|
|
|
|
},
|
|
|
|
"name": {
|
|
|
|
"type": "string"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"required": ["type", "name"]
|
2023-10-12 13:48:49 +02:00
|
|
|
}
|