katoikia-app/web-ui/web-react/node_modules/mdn-data/css/syntaxes.schema.json

16 lines
230 B
JSON
Raw Normal View History

2022-07-06 04:15:11 +00:00
{
"type": "object",
"additionalProperties": {
"type": "object",
"additionalProperties": false,
"required": [
"syntax"
],
"properties": {
"syntax": {
"type": "string"
}
}
}
}