Files
mooknote_web/node_modules/mdn-data/css/syntaxes.schema.json
DelLevin-Home a4a326401e 1
2026-03-10 22:06:32 +08:00

16 lines
230 B
JSON

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