Correct typo in JSON schema type keyword (#406)

This commit is contained in:
per1234 2021-06-15 12:33:55 -07:00 committed by GitHub
parent d029c46a76
commit 77d0105b4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ const schema = {
} }
}, },
"additionalProperties": { "additionalProperties": {
"type:": [ "type": [
"boolean", "boolean",
"object" "object"
] ]

View file

@ -1561,7 +1561,7 @@
} }
}, },
"additionalProperties": { "additionalProperties": {
"type:": [ "type": [
"boolean", "boolean",
"object" "object"
] ]