elearning/Frontend-Learner/node_modules/mdn-data/css/syntaxes.schema.json

16 lines
230 B
JSON
Raw Normal View History

2026-01-13 10:46:40 +07:00
{
"type": "object",
"additionalProperties": {
"type": "object",
"additionalProperties": false,
"required": [
"syntax"
],
"properties": {
"syntax": {
"type": "string"
}
}
}
}