mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
Correct typo in JSON schema type
keyword (#406)
This commit is contained in:
parent
d029c46a76
commit
77d0105b4a
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ const schema = {
|
|||
}
|
||||
},
|
||||
"additionalProperties": {
|
||||
"type:": [
|
||||
"type": [
|
||||
"boolean",
|
||||
"object"
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue