mirror of
https://github.com/idanoo/GoScrobble
synced 2025-07-01 13:42:20 +00:00
0.2.0 - Mid migration
This commit is contained in:
parent
139e6a915e
commit
7e38fdbd7d
42393 changed files with 5358157 additions and 62 deletions
3
web/node_modules/mdn-data/api/index.js
generated
vendored
Normal file
3
web/node_modules/mdn-data/api/index.js
generated
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
module.exports = {
|
||||
inheritance: require('./inheritance'),
|
||||
}
|
2650
web/node_modules/mdn-data/api/inheritance.json
generated
vendored
Normal file
2650
web/node_modules/mdn-data/api/inheritance.json
generated
vendored
Normal file
File diff suppressed because it is too large
Load diff
31
web/node_modules/mdn-data/api/inheritance.schema.json
generated
vendored
Normal file
31
web/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"
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue