diff --git a/docs-website/genJsonSchema/gen_json_schema.py b/docs-website/genJsonSchema/gen_json_schema.py index dac5aba68f..5a35381e18 100644 --- a/docs-website/genJsonSchema/gen_json_schema.py +++ b/docs-website/genJsonSchema/gen_json_schema.py @@ -86,7 +86,7 @@ def get_base() -> Any: "description": "Extra headers which will be added to the request.", }, "disable_ssl_verification": { - "type": "bool", + "type": "boolean", "description": "Disable SSL verification for HTTPS communications.", "default": False, },