Skip to content

Commit

Permalink
fix: Update handlers in JSON schema to be an object instead of an array
Browse files Browse the repository at this point in the history
Issue-733: #733
PR-734: #734
  • Loading branch information
mattmess1221 authored Feb 3, 2025
1 parent 52ea2f2 commit 3cf7d51
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions docs/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,11 @@
"handlers": {
"title": "The handlers global configuration.",
"markdownDescription": "https://mkdocstrings.github.io/handlers/overview/",
"type": "object",
"default": null,
"items": {
"oneOf": [
{
"$ref": "https://raw.githubusercontent.com/mkdocstrings/python/master/docs/schema.json"
}
]
}
"anyOf": [
{
"$ref": "https://raw.githubusercontent.com/mkdocstrings/python/main/docs/schema.json"
}
]
}
},
"additionalProperties": false
Expand Down

0 comments on commit 3cf7d51

Please sign in to comment.