🎨 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

@ -91,9 +91,13 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
"HTTPValidationError": {

View File

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

View File

@ -145,9 +145,13 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
}

View File

@ -66,9 +66,13 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
"HTTPValidationError": {

View File

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

View File

@ -1269,9 +1269,13 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
"HTTPValidationError": {

View File

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

View File

@ -239,9 +239,13 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
}

View File

@ -49,9 +49,9 @@ expected_schema = {
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
},
"required": ["loc", "msg", "type"],
"title": "ValidationError",

View File

@ -352,9 +352,13 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
"HTTPValidationError": {

View File

@ -123,9 +123,13 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
}

View File

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

View File

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

View File

@ -223,9 +223,13 @@ def test_top_level_generate_unique_id():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
}
@ -427,9 +431,13 @@ def test_router_overrides_generate_unique_id():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
}
@ -631,9 +639,13 @@ def test_router_include_overrides_generate_unique_id():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
}
@ -908,9 +920,13 @@ def test_subrouter_top_level_include_overrides_generate_unique_id():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
}
@ -1115,9 +1131,13 @@ def test_router_path_operation_overrides_generate_unique_id():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
}
@ -1326,9 +1346,13 @@ def test_app_path_operation_overrides_generate_unique_id():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
}
@ -1615,9 +1639,13 @@ def test_callback_override_generate_unique_id():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
}

View File

@ -81,9 +81,9 @@ openapi_schema = {
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
},
"required": ["loc", "msg", "type"],
"title": "ValidationError",

View File

@ -100,9 +100,13 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
}

View File

@ -7290,9 +7290,13 @@ def test_openapi():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
}

View File

@ -350,9 +350,13 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
}

View File

@ -131,9 +131,13 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
"HTTPValidationError": {

View File

@ -221,9 +221,13 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
"HTTPValidationError": {

View File

@ -118,9 +118,13 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
"HTTPValidationError": {

View File

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

View File

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

View File

@ -130,9 +130,13 @@ def test_openapi():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
}

View File

@ -438,9 +438,13 @@ def test_openapi_schema():
},
"msg": {"type": "string", "title": "Message"},
"type": {"type": "string", "title": "Error Type"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
"type": "object",
"required": ["loc", "msg", "type"],
@ -673,9 +677,13 @@ def test_openapi_schema_no_separate():
},
"msg": {"type": "string", "title": "Message"},
"type": {"type": "string", "title": "Error Type"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
"type": "object",
"required": ["loc", "msg", "type"],

View File

@ -86,9 +86,13 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
}

View File

@ -151,9 +151,9 @@ openapi_schema = {
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
},
},
}

View File

@ -78,9 +78,13 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
"HTTPValidationError": {

View File

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

View File

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

View File

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

View File

@ -831,9 +831,13 @@ def test_openapi_schema():
},
"msg": {"type": "string", "title": "Message"},
"type": {"type": "string", "title": "Error Type"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
"type": "object",
"required": ["loc", "msg", "type"],
@ -1045,9 +1049,13 @@ def test_openapi_schema():
},
"msg": {"type": "string", "title": "Message"},
"type": {"type": "string", "title": "Error Type"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
"type": "object",
"required": ["loc", "msg", "type"],

View File

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

View File

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

View File

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

View File

@ -42,9 +42,9 @@ schema = {
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
},
"required": ["loc", "msg", "type"],
"title": "ValidationError",

View File

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

View File

@ -90,9 +90,13 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
}

View File

@ -170,9 +170,13 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
}

View File

@ -959,9 +959,13 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
}

View File

@ -300,9 +300,13 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
"HTTPValidationError": {

View File

@ -303,9 +303,13 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
"HTTPValidationError": {

View File

@ -304,9 +304,13 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
"HTTPValidationError": {

View File

@ -184,9 +184,13 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
"HTTPValidationError": {

View File

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

View File

@ -303,9 +303,13 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
}

View File

@ -98,9 +98,13 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
"HTTPValidationError": {

View File

@ -122,9 +122,13 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
"HTTPValidationError": {

View File

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

View File

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

View File

@ -719,9 +719,13 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
}

View File

@ -471,9 +471,13 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
"HTTPValidationError": {

View File

@ -198,9 +198,13 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
"HTTPValidationError": {

View File

@ -201,9 +201,13 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
"HTTPValidationError": {

View File

@ -268,9 +268,13 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
"HTTPValidationError": {

View File

@ -115,9 +115,13 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
"HTTPValidationError": {

View File

@ -170,9 +170,13 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
"HTTPValidationError": {
@ -307,9 +311,13 @@ def test_openapi_schema_pv1(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
"HTTPValidationError": {

View File

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

View File

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

View File

@ -109,9 +109,13 @@ def test_openapi_schema(mod: ModuleType):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
"HTTPValidationError": {

View File

@ -155,9 +155,13 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
}

View File

@ -197,9 +197,13 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
}
@ -334,9 +338,13 @@ def test_openapi_schema_pv1(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
}

View File

@ -182,9 +182,13 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
"HTTPValidationError": {

View File

@ -161,9 +161,13 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
"HTTPValidationError": {

View File

@ -147,9 +147,13 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
"HTTPValidationError": {

View File

@ -259,9 +259,13 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
}

View File

@ -72,9 +72,13 @@ def test_openapi_schema(app: FastAPI):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
"HTTPValidationError": {

View File

@ -85,9 +85,13 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
}

View File

@ -175,9 +175,13 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
"HTTPValidationError": {

View File

@ -131,9 +131,13 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
"HTTPValidationError": {

View File

@ -180,9 +180,13 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
}

View File

@ -72,9 +72,13 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
"HTTPValidationError": {

View File

@ -72,9 +72,13 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
"HTTPValidationError": {

View File

@ -73,9 +73,13 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
"HTTPValidationError": {

View File

@ -78,9 +78,13 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
"HTTPValidationError": {

View File

@ -117,9 +117,13 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
}

View File

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

View File

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

View File

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

View File

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

View File

@ -100,9 +100,13 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
"HTTPValidationError": {

View File

@ -112,9 +112,13 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
"HTTPValidationError": {

View File

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

View File

@ -214,9 +214,13 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
}

View File

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

View File

@ -120,9 +120,13 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
"HTTPValidationError": {
@ -220,9 +224,13 @@ def test_openapi_schema_pv1(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
"HTTPValidationError": {

View File

@ -119,9 +119,13 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
"HTTPValidationError": {
@ -219,9 +223,13 @@ def test_openapi_schema_pv1(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
"HTTPValidationError": {

View File

@ -73,9 +73,13 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
"HTTPValidationError": {

View File

@ -136,9 +136,13 @@ def test_openapi_schema():
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -165,9 +165,13 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
"HTTPValidationError": {

View File

@ -111,9 +111,13 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
"HTTPValidationError": {

View File

@ -97,9 +97,13 @@ def test_openapi_schema(client: TestClient):
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {"title": "Error URL", "type": "string", "format": "uri"},
"input": {"title": "Input"},
"ctx": {"title": "Context", "type": "object"},
"url": {
"title": "Error URL",
"type": "string",
"format": "uri",
},
},
},
"HTTPValidationError": {

View File

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

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