first commit
This commit is contained in:
36
app_vue/node_modules/mdn-data/css/selectors.schema.json
generated
vendored
Normal file
36
app_vue/node_modules/mdn-data/css/selectors.schema.json
generated
vendored
Normal file
@ -0,0 +1,36 @@
|
||||
{
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"syntax": {
|
||||
"type": "string"
|
||||
},
|
||||
"groups": {
|
||||
"type": "array",
|
||||
"minitems": 1,
|
||||
"uniqueItems": true,
|
||||
"items": {
|
||||
"$ref": "definitions.json#/groupList"
|
||||
}
|
||||
},
|
||||
"status": {
|
||||
"enum": [
|
||||
"standard",
|
||||
"nonstandard",
|
||||
"experimental"
|
||||
]
|
||||
},
|
||||
"mdn_url": {
|
||||
"type": "string",
|
||||
"pattern": "^https://developer.mozilla.org/docs/Web/CSS/"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"syntax",
|
||||
"groups",
|
||||
"status"
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user