ship-gis/node_modules/mdn-data/css/syntaxes.schema.json

16 lines
230 B
JSON
Raw Normal View 히스토리

2026-01-22 09:14:01 +09:00
{
"type": "object",
"additionalProperties": {
"type": "object",
"additionalProperties": false,
"required": [
"syntax"
],
"properties": {
"syntax": {
"type": "string"
}
}
}
}