mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-22 08:08:01 +00:00
Fixing boolean type in json schema (#5695)
This commit is contained in:
parent
7a58381eb6
commit
ae577ddff2
@ -86,7 +86,7 @@ def get_base() -> Any:
|
|||||||
"description": "Extra headers which will be added to the request.",
|
"description": "Extra headers which will be added to the request.",
|
||||||
},
|
},
|
||||||
"disable_ssl_verification": {
|
"disable_ssl_verification": {
|
||||||
"type": "bool",
|
"type": "boolean",
|
||||||
"description": "Disable SSL verification for HTTPS communications.",
|
"description": "Disable SSL verification for HTTPS communications.",
|
||||||
"default": False,
|
"default": False,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user