1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/mdn-data/css/syntaxes.schema.json

16 lines
230 B
JSON
Raw Normal View History

2023-12-18 13:12:25 +08:00
{
"type": "object",
"additionalProperties": {
"type": "object",
"additionalProperties": false,
"required": [
"syntax"
],
"properties": {
"syntax": {
"type": "string"
}
}
}
}