line_push/node_modules/mdn-data/css/syntaxes.schema.json
2022-07-21 03:28:35 +00:00

16 lines
230 B
JSON

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