site/node_modules/mdn-data/css/syntaxes.schema.json
2024-10-14 08:09:33 +02:00

16 lines
230 B
JSON

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