Files
red_de_investigacion_front/node_modules/mdn-data/css/syntaxes.schema.json
T
DanielRamirezGe 5eecfbf6cd first commit
2020-01-14 20:43:08 -06:00

16 lines
230 B
JSON

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