Files
skills-here-run-place/node_modules/mdn-data/css/syntaxes.schema.json
Alejandro Martinez f09af719cf Initial commit
2026-02-12 02:04:10 +01:00

16 lines
230 B
JSON

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