mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-12-07 04:53:50 +01:00
16 lines
230 B
JSON
16 lines
230 B
JSON
{
|
|
"type": "object",
|
|
"additionalProperties": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"required": [
|
|
"syntax"
|
|
],
|
|
"properties": {
|
|
"syntax": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
}
|
|
}
|