16 lines
230 B
JSON
Raw Normal View History

2026-05-31 13:21:13 +02:00
{
"type": "object",
"additionalProperties": {
"type": "object",
"additionalProperties": false,
"required": [
"syntax"
],
"properties": {
"syntax": {
"type": "string"
}
}
}
}