Skip to content

Commit

Permalink
Fix config JSON schema for #194
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesu committed Apr 21, 2023
1 parent 6a42b0c commit 1f025c2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion config/config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,14 @@
]
},
"mismatchTagVocabulary": {
"type": "object"
"anyOf": [
{
"type": "null"
},
{
"type": "object"
}
]
}
}
},
Expand Down

0 comments on commit 1f025c2

Please sign in to comment.