Files
SatMaster/frontend/node_modules/mdn-data/css/syntaxes.schema.json
2026-03-24 23:24:36 +01:00

16 lines
230 B
JSON

{
"type": "object",
"additionalProperties": {
"type": "object",
"additionalProperties": false,
"required": [
"syntax"
],
"properties": {
"syntax": {
"type": "string"
}
}
}
}