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