blob: 45632c4fb6d142532a9f99030bd865fa7f92c0f8 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "type": "object",
3 "additionalProperties": {
4 "type": "object",
5 "additionalProperties": false,
6 "required": [
7 "syntax"
8 ],
9 "properties": {
10 "syntax": {
11 "type": "string"
12 }
13 }
14 }
15}