first commit
This commit is contained in:
3
app_vue/node_modules/mdn-data/api/index.js
generated
vendored
Normal file
3
app_vue/node_modules/mdn-data/api/index.js
generated
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
module.exports = {
|
||||
inheritance: require('./inheritance'),
|
||||
}
|
2681
app_vue/node_modules/mdn-data/api/inheritance.json
generated
vendored
Normal file
2681
app_vue/node_modules/mdn-data/api/inheritance.json
generated
vendored
Normal file
File diff suppressed because it is too large
Load Diff
31
app_vue/node_modules/mdn-data/api/inheritance.schema.json
generated
vendored
Normal file
31
app_vue/node_modules/mdn-data/api/inheritance.schema.json
generated
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"inherits": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"minLength": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
"implements": {
|
||||
"minItems": 0,
|
||||
"uniqueItems": true,
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"inherits",
|
||||
"implements"
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user