Updated
This commit is contained in:
8
.vscode/schema-validation.json
vendored
8
.vscode/schema-validation.json
vendored
@@ -10,13 +10,7 @@
|
||||
},
|
||||
"additionalProperties": {
|
||||
"anyOf": [
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"properties": { "additionalProperties": { "$ref": "#/definitions/object_check" } },
|
||||
"additionalProperties": { "additionalProperties": { "$ref": "#/definitions/object_check" } }
|
||||
}
|
||||
},
|
||||
{ "type": "object", "$ref": "#/definitions/object_check" },
|
||||
{ "type": "array", "$ref": "#/definitions/array_check" },
|
||||
{ "type": "string" },
|
||||
{ "type": "boolean" },
|
||||
|
||||
Reference in New Issue
Block a user