Files
est-frame/node_modules/mdn-data/css/syntaxes.schema.json
2025-10-22 05:38:27 +00:00

16 lines
230 B
JSON
Executable File

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