Urara-Blog/node_modules/.pnpm-store/v3/files/4a/78ba1db979816265fbb1050bd12c73a24975727c852892a0e712a8fa90c9a413b83832630c393d41bfd7ecd604be5d25c52afbe01feb8d353bf33b57b44b24
2022-08-14 01:14:53 +08:00

31 lines
530 B
Text

{
"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"
]
}
}