first commit
This commit is contained in:
15
app_vue/node_modules/mdn-data/css/syntaxes.schema.json
generated
vendored
Normal file
15
app_vue/node_modules/mdn-data/css/syntaxes.schema.json
generated
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"required": [
|
||||
"syntax"
|
||||
],
|
||||
"properties": {
|
||||
"syntax": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user