🎨 Auto format

This commit is contained in:
pre-commit-ci-lite[bot] 2025-12-14 09:03:51 +00:00 committed by GitHub
parent b8a617d62f
commit 85b156c180
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
137 changed files with 1034 additions and 450 deletions

View File

@ -93,7 +93,11 @@ def test_openapi_schema():
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
"HTTPValidationError": { "HTTPValidationError": {

View File

@ -125,7 +125,11 @@ def test_openapi_schema():
"type": {"type": "string", "title": "Error Type"}, "type": {"type": "string", "title": "Error Type"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
"type": "object", "type": "object",
"required": ["loc", "msg", "type"], "required": ["loc", "msg", "type"],

View File

@ -147,7 +147,11 @@ def test_openapi_schema():
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
} }

View File

@ -68,7 +68,11 @@ def test_openapi_schema():
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
"HTTPValidationError": { "HTTPValidationError": {

View File

@ -307,7 +307,11 @@ def test_openapi_schema():
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
} }

View File

@ -1271,7 +1271,11 @@ def test_openapi_schema():
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
"HTTPValidationError": { "HTTPValidationError": {

View File

@ -1113,7 +1113,11 @@ def test_openapi_schema():
"type": {"type": "string", "title": "Error Type"}, "type": {"type": "string", "title": "Error Type"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
"type": "object", "type": "object",
"required": ["loc", "msg", "type"], "required": ["loc", "msg", "type"],

View File

@ -241,7 +241,11 @@ def test_openapi_schema():
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
} }

View File

@ -354,7 +354,11 @@ def test_openapi_schema():
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
"HTTPValidationError": { "HTTPValidationError": {

View File

@ -125,7 +125,11 @@ def test_openapi_schema(client: TestClient):
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
} }

View File

@ -179,7 +179,11 @@ def test_openapi_schema(client: TestClient):
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
} }

View File

@ -91,7 +91,11 @@ def test_openapi_schema():
"type": {"type": "string", "title": "Error Type"}, "type": {"type": "string", "title": "Error Type"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
"type": "object", "type": "object",
"required": ["loc", "msg", "type"], "required": ["loc", "msg", "type"],

View File

@ -225,7 +225,11 @@ def test_top_level_generate_unique_id():
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
} }
@ -429,7 +433,11 @@ def test_router_overrides_generate_unique_id():
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
} }
@ -633,7 +641,11 @@ def test_router_include_overrides_generate_unique_id():
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
} }
@ -910,7 +922,11 @@ def test_subrouter_top_level_include_overrides_generate_unique_id():
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
} }
@ -1117,7 +1133,11 @@ def test_router_path_operation_overrides_generate_unique_id():
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
} }
@ -1328,7 +1348,11 @@ def test_app_path_operation_overrides_generate_unique_id():
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
} }
@ -1617,7 +1641,11 @@ def test_callback_override_generate_unique_id():
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
} }

View File

@ -102,7 +102,11 @@ def test_openapi_schema():
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
} }

View File

@ -7292,7 +7292,11 @@ def test_openapi():
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
} }

View File

@ -352,7 +352,11 @@ def test_openapi_schema():
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
} }

View File

@ -133,7 +133,11 @@ def test_openapi_schema():
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
"HTTPValidationError": { "HTTPValidationError": {

View File

@ -223,7 +223,11 @@ def test_openapi_schema():
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
"HTTPValidationError": { "HTTPValidationError": {

View File

@ -120,7 +120,11 @@ def test_openapi_schema():
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
"HTTPValidationError": { "HTTPValidationError": {

View File

@ -194,7 +194,11 @@ def test_openapi_schema():
"type": {"type": "string", "title": "Error Type"}, "type": {"type": "string", "title": "Error Type"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
"type": "object", "type": "object",
"required": ["loc", "msg", "type"], "required": ["loc", "msg", "type"],

View File

@ -463,7 +463,11 @@ def test_openapi_schema():
"type": {"type": "string", "title": "Error Type"}, "type": {"type": "string", "title": "Error Type"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
"type": "object", "type": "object",
"required": ["loc", "msg", "type"], "required": ["loc", "msg", "type"],

View File

@ -132,7 +132,11 @@ def test_openapi():
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
} }

View File

@ -440,7 +440,11 @@ def test_openapi_schema():
"type": {"type": "string", "title": "Error Type"}, "type": {"type": "string", "title": "Error Type"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
"type": "object", "type": "object",
"required": ["loc", "msg", "type"], "required": ["loc", "msg", "type"],
@ -675,7 +679,11 @@ def test_openapi_schema_no_separate():
"type": {"type": "string", "title": "Error Type"}, "type": {"type": "string", "title": "Error Type"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
"type": "object", "type": "object",
"required": ["loc", "msg", "type"], "required": ["loc", "msg", "type"],

View File

@ -88,7 +88,11 @@ def test_openapi_schema():
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
} }

View File

@ -80,7 +80,11 @@ def test_openapi_schema():
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
"HTTPValidationError": { "HTTPValidationError": {

View File

@ -466,7 +466,11 @@ def test_openapi_schema():
"type": {"type": "string", "title": "Error Type"}, "type": {"type": "string", "title": "Error Type"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
"type": "object", "type": "object",
"required": ["loc", "msg", "type"], "required": ["loc", "msg", "type"],

View File

@ -692,7 +692,11 @@ def test_openapi_schema():
"type": {"type": "string", "title": "Error Type"}, "type": {"type": "string", "title": "Error Type"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
"type": "object", "type": "object",
"required": ["loc", "msg", "type"], "required": ["loc", "msg", "type"],

View File

@ -1490,7 +1490,11 @@ def test_openapi_schema():
"type": {"type": "string", "title": "Error Type"}, "type": {"type": "string", "title": "Error Type"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
"type": "object", "type": "object",
"required": ["loc", "msg", "type"], "required": ["loc", "msg", "type"],

View File

@ -833,7 +833,11 @@ def test_openapi_schema():
"type": {"type": "string", "title": "Error Type"}, "type": {"type": "string", "title": "Error Type"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
"type": "object", "type": "object",
"required": ["loc", "msg", "type"], "required": ["loc", "msg", "type"],
@ -1047,7 +1051,11 @@ def test_openapi_schema():
"type": {"type": "string", "title": "Error Type"}, "type": {"type": "string", "title": "Error Type"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
"type": "object", "type": "object",
"required": ["loc", "msg", "type"], "required": ["loc", "msg", "type"],

View File

@ -757,7 +757,11 @@ def test_openapi_schema():
"type": {"type": "string", "title": "Error Type"}, "type": {"type": "string", "title": "Error Type"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
"type": "object", "type": "object",
"required": ["loc", "msg", "type"], "required": ["loc", "msg", "type"],

View File

@ -172,7 +172,11 @@ def test_openapi_schema():
"type": {"type": "string", "title": "Error Type"}, "type": {"type": "string", "title": "Error Type"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
"type": "object", "type": "object",
"required": ["loc", "msg", "type"], "required": ["loc", "msg", "type"],

View File

@ -155,7 +155,11 @@ def test_openapi_schema():
"type": {"type": "string", "title": "Error Type"}, "type": {"type": "string", "title": "Error Type"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
"type": "object", "type": "object",
"required": ["loc", "msg", "type"], "required": ["loc", "msg", "type"],

View File

@ -52,7 +52,11 @@ def test_openapi_schema():
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
"required": ["loc", "msg", "type"], "required": ["loc", "msg", "type"],
"title": "ValidationError", "title": "ValidationError",

View File

@ -92,7 +92,11 @@ def test_openapi_schema():
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
} }

View File

@ -172,7 +172,11 @@ def test_openapi_schema():
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
} }

View File

@ -961,7 +961,11 @@ def test_openapi_schema():
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
} }

View File

@ -302,7 +302,11 @@ def test_openapi_schema():
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
"HTTPValidationError": { "HTTPValidationError": {

View File

@ -305,7 +305,11 @@ def test_openapi_schema():
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
"HTTPValidationError": { "HTTPValidationError": {

View File

@ -306,7 +306,11 @@ def test_openapi_schema():
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
"HTTPValidationError": { "HTTPValidationError": {

View File

@ -186,7 +186,11 @@ def test_openapi_schema():
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
"HTTPValidationError": { "HTTPValidationError": {

View File

@ -307,7 +307,11 @@ def test_openapi_schema():
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
} }

View File

@ -305,7 +305,11 @@ def test_openapi_schema():
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
} }

View File

@ -100,7 +100,11 @@ def test_openapi_schema():
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
"HTTPValidationError": { "HTTPValidationError": {

View File

@ -124,7 +124,11 @@ def test_openapi_schema(client: TestClient):
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
"HTTPValidationError": { "HTTPValidationError": {

View File

@ -104,7 +104,11 @@ def test_openapi_schema():
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
"HTTPValidationError": { "HTTPValidationError": {

View File

@ -127,7 +127,11 @@ def test_openapi_schema(client: TestClient):
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
"HTTPValidationError": { "HTTPValidationError": {

View File

@ -721,7 +721,11 @@ def test_openapi_schema(client: TestClient):
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
} }

View File

@ -473,7 +473,11 @@ def test_openapi_schema(client: TestClient):
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
"HTTPValidationError": { "HTTPValidationError": {

View File

@ -200,7 +200,11 @@ def test_openapi_schema(client: TestClient):
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
"HTTPValidationError": { "HTTPValidationError": {

View File

@ -203,7 +203,11 @@ def test_openapi_schema(client: TestClient):
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
"HTTPValidationError": { "HTTPValidationError": {

View File

@ -270,7 +270,11 @@ def test_openapi_schema(client: TestClient):
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
"HTTPValidationError": { "HTTPValidationError": {

View File

@ -117,7 +117,11 @@ def test_openapi_schema(client: TestClient):
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
"HTTPValidationError": { "HTTPValidationError": {

View File

@ -172,7 +172,11 @@ def test_openapi_schema(client: TestClient):
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
"HTTPValidationError": { "HTTPValidationError": {
@ -309,7 +313,11 @@ def test_openapi_schema_pv1(client: TestClient):
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
"HTTPValidationError": { "HTTPValidationError": {

View File

@ -196,7 +196,11 @@ def test_openapi_schema(client: TestClient):
"type": {"type": "string", "title": "Error Type"}, "type": {"type": "string", "title": "Error Type"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
"type": "object", "type": "object",
"required": ["loc", "msg", "type"], "required": ["loc", "msg", "type"],

View File

@ -234,7 +234,11 @@ def test_openapi_schema(client: TestClient):
"type": {"type": "string", "title": "Error Type"}, "type": {"type": "string", "title": "Error Type"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
"type": "object", "type": "object",
"required": ["loc", "msg", "type"], "required": ["loc", "msg", "type"],

View File

@ -111,7 +111,11 @@ def test_openapi_schema(mod: ModuleType):
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
"HTTPValidationError": { "HTTPValidationError": {

View File

@ -157,7 +157,11 @@ def test_openapi_schema(client: TestClient):
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
} }

View File

@ -199,7 +199,11 @@ def test_openapi_schema(client: TestClient):
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
} }
@ -336,7 +340,11 @@ def test_openapi_schema_pv1(client: TestClient):
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
} }

View File

@ -184,7 +184,11 @@ def test_openapi_schema(client: TestClient):
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
"HTTPValidationError": { "HTTPValidationError": {

View File

@ -163,7 +163,11 @@ def test_openapi_schema(client: TestClient):
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
"HTTPValidationError": { "HTTPValidationError": {

View File

@ -149,7 +149,11 @@ def test_openapi_schema(client: TestClient):
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
"HTTPValidationError": { "HTTPValidationError": {

View File

@ -261,7 +261,11 @@ def test_openapi_schema(client: TestClient):
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
} }

View File

@ -74,7 +74,11 @@ def test_openapi_schema(app: FastAPI):
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
"HTTPValidationError": { "HTTPValidationError": {

View File

@ -87,7 +87,11 @@ def test_openapi_schema():
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
} }

View File

@ -177,7 +177,11 @@ def test_openapi_schema(client: TestClient):
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
"HTTPValidationError": { "HTTPValidationError": {

View File

@ -133,7 +133,11 @@ def test_openapi_schema(client: TestClient):
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
"HTTPValidationError": { "HTTPValidationError": {

View File

@ -182,7 +182,11 @@ def test_openapi_schema():
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
} }

View File

@ -74,7 +74,11 @@ def test_openapi_schema():
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
"HTTPValidationError": { "HTTPValidationError": {

View File

@ -74,7 +74,11 @@ def test_openapi_schema():
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
"HTTPValidationError": { "HTTPValidationError": {

View File

@ -75,7 +75,11 @@ def test_openapi_schema():
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
"HTTPValidationError": { "HTTPValidationError": {

View File

@ -80,7 +80,11 @@ def test_openapi_schema():
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
"HTTPValidationError": { "HTTPValidationError": {

View File

@ -119,7 +119,11 @@ def test_openapi_schema():
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
} }

View File

@ -102,7 +102,11 @@ def test_openapi_schema():
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
"HTTPValidationError": { "HTTPValidationError": {

View File

@ -229,7 +229,11 @@ def test_openapi_schema(client: TestClient):
"type": {"type": "string", "title": "Error Type"}, "type": {"type": "string", "title": "Error Type"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
"type": "object", "type": "object",
"required": ["loc", "msg", "type"], "required": ["loc", "msg", "type"],

View File

@ -240,7 +240,11 @@ def test_openapi_schema(client: TestClient):
"type": {"type": "string", "title": "Error Type"}, "type": {"type": "string", "title": "Error Type"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
"type": "object", "type": "object",
"required": ["loc", "msg", "type"], "required": ["loc", "msg", "type"],

View File

@ -276,7 +276,11 @@ def test_openapi_schema(client: TestClient):
"type": {"type": "string", "title": "Error Type"}, "type": {"type": "string", "title": "Error Type"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
"type": "object", "type": "object",
"required": ["loc", "msg", "type"], "required": ["loc", "msg", "type"],

View File

@ -102,7 +102,11 @@ def test_openapi_schema(client: TestClient):
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
"HTTPValidationError": { "HTTPValidationError": {

View File

@ -114,7 +114,11 @@ def test_openapi_schema(client: TestClient):
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
"HTTPValidationError": { "HTTPValidationError": {

View File

@ -126,7 +126,11 @@ def test_openapi_schema(client: TestClient):
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
} }

View File

@ -216,7 +216,11 @@ def test_openapi_schema(client: TestClient):
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
} }

View File

@ -109,7 +109,11 @@ def test_openapi_schema():
"type": {"type": "string", "title": "Error Type"}, "type": {"type": "string", "title": "Error Type"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
"type": "object", "type": "object",
"required": ["loc", "msg", "type"], "required": ["loc", "msg", "type"],

View File

@ -122,7 +122,11 @@ def test_openapi_schema(client: TestClient):
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
"HTTPValidationError": { "HTTPValidationError": {
@ -222,7 +226,11 @@ def test_openapi_schema_pv1(client: TestClient):
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
"HTTPValidationError": { "HTTPValidationError": {

View File

@ -121,7 +121,11 @@ def test_openapi_schema(client: TestClient):
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
"HTTPValidationError": { "HTTPValidationError": {
@ -221,7 +225,11 @@ def test_openapi_schema_pv1(client: TestClient):
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
"HTTPValidationError": { "HTTPValidationError": {

View File

@ -75,7 +75,11 @@ def test_openapi_schema():
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
"HTTPValidationError": { "HTTPValidationError": {

View File

@ -138,7 +138,11 @@ def test_openapi_schema():
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
} }

View File

@ -131,7 +131,11 @@ def test_openapi_schema(client: TestClient):
"type": {"type": "string", "title": "Error Type"}, "type": {"type": "string", "title": "Error Type"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
"type": "object", "type": "object",
"required": ["loc", "msg", "type"], "required": ["loc", "msg", "type"],

View File

@ -145,7 +145,11 @@ def test_openapi_schema(client: TestClient):
"type": {"type": "string", "title": "Error Type"}, "type": {"type": "string", "title": "Error Type"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
"type": "object", "type": "object",
"required": ["loc", "msg", "type"], "required": ["loc", "msg", "type"],

View File

@ -144,7 +144,11 @@ def test_openapi_schema(client: TestClient):
"type": {"type": "string", "title": "Error Type"}, "type": {"type": "string", "title": "Error Type"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
"type": "object", "type": "object",
"required": ["loc", "msg", "type"], "required": ["loc", "msg", "type"],

View File

@ -251,7 +251,11 @@ def test_openapi_schema(client: TestClient):
"type": {"type": "string", "title": "Error Type"}, "type": {"type": "string", "title": "Error Type"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
"type": "object", "type": "object",
"required": ["loc", "msg", "type"], "required": ["loc", "msg", "type"],

View File

@ -273,7 +273,11 @@ def test_openapi_schema(client: TestClient):
"type": {"type": "string", "title": "Error Type"}, "type": {"type": "string", "title": "Error Type"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
"type": "object", "type": "object",
"required": ["loc", "msg", "type"], "required": ["loc", "msg", "type"],

View File

@ -102,7 +102,11 @@ def test_openapi_schema():
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
"HTTPValidationError": { "HTTPValidationError": {

View File

@ -169,7 +169,11 @@ def test_openapi_schema(client: TestClient):
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
"HTTPValidationError": { "HTTPValidationError": {

View File

@ -167,7 +167,11 @@ def test_openapi_schema(client: TestClient):
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
"HTTPValidationError": { "HTTPValidationError": {

View File

@ -113,7 +113,11 @@ def test_openapi_schema(client: TestClient):
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
"HTTPValidationError": { "HTTPValidationError": {

View File

@ -99,7 +99,11 @@ def test_openapi_schema(client: TestClient):
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
"HTTPValidationError": { "HTTPValidationError": {

View File

@ -98,7 +98,11 @@ def test_openapi_schema(client: TestClient):
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
"HTTPValidationError": { "HTTPValidationError": {

View File

@ -96,7 +96,11 @@ def test_openapi_schema(client: TestClient):
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
} }

View File

@ -134,7 +134,11 @@ def test_openapi_schema(client: TestClient):
"type": {"type": "string", "title": "Error Type"}, "type": {"type": "string", "title": "Error Type"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
"type": "object", "type": "object",
"required": ["loc", "msg", "type"], "required": ["loc", "msg", "type"],

View File

@ -215,7 +215,11 @@ def test_openapi_schema(client: TestClient):
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
"HTTPValidationError": { "HTTPValidationError": {

View File

@ -220,7 +220,11 @@ def test_openapi_schema(client: TestClient):
"type": {"title": "Error Type", "type": "string"}, "type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"}, "input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"}, "ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"}, "url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
}, },
}, },
} }

Some files were not shown because too many files have changed in this diff Show More