15 lines
230 B
JSON
15 lines
230 B
JSON
{
|
|
"type": "object",
|
|
"additionalProperties": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"required": [
|
|
"syntax"
|
|
],
|
|
"properties": {
|
|
"syntax": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
}
|
|
}
|