Files
dns-server/node_modules/mdn-data/css/syntaxes.schema.json
T
Alex Yang f627244b8f 更新
2026-03-30 01:04:46 +08:00

16 lines
230 B
JSON

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