11 lines
167 B
JSON
11 lines
167 B
JSON
{
|
|
"type": "object",
|
|
"required": ["type"],
|
|
"properties": {
|
|
"type": {
|
|
"type": "string",
|
|
"enum": ["hb"]
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
} |