mirror of https://github.com/tiangolo/fastapi.git
🎨 Auto format
This commit is contained in:
parent
b8a617d62f
commit
85b156c180
|
|
@ -93,7 +93,11 @@ def test_openapi_schema():
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
"HTTPValidationError": {
|
||||
|
|
|
|||
|
|
@ -125,7 +125,11 @@ def test_openapi_schema():
|
|||
"type": {"type": "string", "title": "Error Type"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
"type": "object",
|
||||
"required": ["loc", "msg", "type"],
|
||||
|
|
|
|||
|
|
@ -147,7 +147,11 @@ def test_openapi_schema():
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
|
|
@ -68,7 +68,11 @@ def test_openapi_schema():
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
"HTTPValidationError": {
|
||||
|
|
|
|||
|
|
@ -307,7 +307,11 @@ def test_openapi_schema():
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1271,7 +1271,11 @@ def test_openapi_schema():
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
"HTTPValidationError": {
|
||||
|
|
|
|||
|
|
@ -1113,7 +1113,11 @@ def test_openapi_schema():
|
|||
"type": {"type": "string", "title": "Error Type"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
"type": "object",
|
||||
"required": ["loc", "msg", "type"],
|
||||
|
|
|
|||
|
|
@ -241,7 +241,11 @@ def test_openapi_schema():
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
|
|
@ -354,7 +354,11 @@ def test_openapi_schema():
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
"HTTPValidationError": {
|
||||
|
|
|
|||
|
|
@ -125,7 +125,11 @@ def test_openapi_schema(client: TestClient):
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
|
|
@ -179,7 +179,11 @@ def test_openapi_schema(client: TestClient):
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
|
|
@ -91,7 +91,11 @@ def test_openapi_schema():
|
|||
"type": {"type": "string", "title": "Error Type"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
"type": "object",
|
||||
"required": ["loc", "msg", "type"],
|
||||
|
|
|
|||
|
|
@ -225,7 +225,11 @@ def test_top_level_generate_unique_id():
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"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"},
|
||||
"input": {"title": "Input"},
|
||||
"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"},
|
||||
"input": {"title": "Input"},
|
||||
"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"},
|
||||
"input": {"title": "Input"},
|
||||
"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"},
|
||||
"input": {"title": "Input"},
|
||||
"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"},
|
||||
"input": {"title": "Input"},
|
||||
"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"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
|
|
@ -102,7 +102,11 @@ def test_openapi_schema():
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7292,7 +7292,11 @@ def test_openapi():
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
|
|
@ -352,7 +352,11 @@ def test_openapi_schema():
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
|
|
@ -133,7 +133,11 @@ def test_openapi_schema():
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
"HTTPValidationError": {
|
||||
|
|
|
|||
|
|
@ -223,7 +223,11 @@ def test_openapi_schema():
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
"HTTPValidationError": {
|
||||
|
|
|
|||
|
|
@ -120,7 +120,11 @@ def test_openapi_schema():
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
"HTTPValidationError": {
|
||||
|
|
|
|||
|
|
@ -194,7 +194,11 @@ def test_openapi_schema():
|
|||
"type": {"type": "string", "title": "Error Type"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
"type": "object",
|
||||
"required": ["loc", "msg", "type"],
|
||||
|
|
|
|||
|
|
@ -463,7 +463,11 @@ def test_openapi_schema():
|
|||
"type": {"type": "string", "title": "Error Type"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
"type": "object",
|
||||
"required": ["loc", "msg", "type"],
|
||||
|
|
|
|||
|
|
@ -132,7 +132,11 @@ def test_openapi():
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
|
|
@ -440,7 +440,11 @@ def test_openapi_schema():
|
|||
"type": {"type": "string", "title": "Error Type"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
"type": "object",
|
||||
"required": ["loc", "msg", "type"],
|
||||
|
|
@ -675,7 +679,11 @@ def test_openapi_schema_no_separate():
|
|||
"type": {"type": "string", "title": "Error Type"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
"type": "object",
|
||||
"required": ["loc", "msg", "type"],
|
||||
|
|
|
|||
|
|
@ -88,7 +88,11 @@ def test_openapi_schema():
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
|
|
@ -80,7 +80,11 @@ def test_openapi_schema():
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
"HTTPValidationError": {
|
||||
|
|
|
|||
|
|
@ -466,7 +466,11 @@ def test_openapi_schema():
|
|||
"type": {"type": "string", "title": "Error Type"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
"type": "object",
|
||||
"required": ["loc", "msg", "type"],
|
||||
|
|
|
|||
|
|
@ -692,7 +692,11 @@ def test_openapi_schema():
|
|||
"type": {"type": "string", "title": "Error Type"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
"type": "object",
|
||||
"required": ["loc", "msg", "type"],
|
||||
|
|
|
|||
|
|
@ -1490,7 +1490,11 @@ def test_openapi_schema():
|
|||
"type": {"type": "string", "title": "Error Type"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
"type": "object",
|
||||
"required": ["loc", "msg", "type"],
|
||||
|
|
|
|||
|
|
@ -833,7 +833,11 @@ def test_openapi_schema():
|
|||
"type": {"type": "string", "title": "Error Type"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
"type": "object",
|
||||
"required": ["loc", "msg", "type"],
|
||||
|
|
@ -1047,7 +1051,11 @@ def test_openapi_schema():
|
|||
"type": {"type": "string", "title": "Error Type"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
"type": "object",
|
||||
"required": ["loc", "msg", "type"],
|
||||
|
|
|
|||
|
|
@ -757,7 +757,11 @@ def test_openapi_schema():
|
|||
"type": {"type": "string", "title": "Error Type"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
"type": "object",
|
||||
"required": ["loc", "msg", "type"],
|
||||
|
|
|
|||
|
|
@ -172,7 +172,11 @@ def test_openapi_schema():
|
|||
"type": {"type": "string", "title": "Error Type"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
"type": "object",
|
||||
"required": ["loc", "msg", "type"],
|
||||
|
|
|
|||
|
|
@ -155,7 +155,11 @@ def test_openapi_schema():
|
|||
"type": {"type": "string", "title": "Error Type"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
"type": "object",
|
||||
"required": ["loc", "msg", "type"],
|
||||
|
|
|
|||
|
|
@ -52,7 +52,11 @@ def test_openapi_schema():
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"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"],
|
||||
"title": "ValidationError",
|
||||
|
|
|
|||
|
|
@ -92,7 +92,11 @@ def test_openapi_schema():
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
|
|
@ -172,7 +172,11 @@ def test_openapi_schema():
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
|
|
@ -961,7 +961,11 @@ def test_openapi_schema():
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
|
|
@ -302,7 +302,11 @@ def test_openapi_schema():
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
"HTTPValidationError": {
|
||||
|
|
|
|||
|
|
@ -305,7 +305,11 @@ def test_openapi_schema():
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
"HTTPValidationError": {
|
||||
|
|
|
|||
|
|
@ -306,7 +306,11 @@ def test_openapi_schema():
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
"HTTPValidationError": {
|
||||
|
|
|
|||
|
|
@ -186,7 +186,11 @@ def test_openapi_schema():
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
"HTTPValidationError": {
|
||||
|
|
|
|||
|
|
@ -307,7 +307,11 @@ def test_openapi_schema():
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
|
|
@ -305,7 +305,11 @@ def test_openapi_schema():
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
|
|
@ -100,7 +100,11 @@ def test_openapi_schema():
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
"HTTPValidationError": {
|
||||
|
|
|
|||
|
|
@ -124,7 +124,11 @@ def test_openapi_schema(client: TestClient):
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
"HTTPValidationError": {
|
||||
|
|
|
|||
|
|
@ -104,7 +104,11 @@ def test_openapi_schema():
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
"HTTPValidationError": {
|
||||
|
|
|
|||
|
|
@ -127,7 +127,11 @@ def test_openapi_schema(client: TestClient):
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
"HTTPValidationError": {
|
||||
|
|
|
|||
|
|
@ -721,7 +721,11 @@ def test_openapi_schema(client: TestClient):
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
|
|
@ -473,7 +473,11 @@ def test_openapi_schema(client: TestClient):
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
"HTTPValidationError": {
|
||||
|
|
|
|||
|
|
@ -200,7 +200,11 @@ def test_openapi_schema(client: TestClient):
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
"HTTPValidationError": {
|
||||
|
|
|
|||
|
|
@ -203,7 +203,11 @@ def test_openapi_schema(client: TestClient):
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
"HTTPValidationError": {
|
||||
|
|
|
|||
|
|
@ -270,7 +270,11 @@ def test_openapi_schema(client: TestClient):
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
"HTTPValidationError": {
|
||||
|
|
|
|||
|
|
@ -117,7 +117,11 @@ def test_openapi_schema(client: TestClient):
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
"HTTPValidationError": {
|
||||
|
|
|
|||
|
|
@ -172,7 +172,11 @@ def test_openapi_schema(client: TestClient):
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
"HTTPValidationError": {
|
||||
|
|
@ -309,7 +313,11 @@ def test_openapi_schema_pv1(client: TestClient):
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
"HTTPValidationError": {
|
||||
|
|
|
|||
|
|
@ -196,7 +196,11 @@ def test_openapi_schema(client: TestClient):
|
|||
"type": {"type": "string", "title": "Error Type"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
"type": "object",
|
||||
"required": ["loc", "msg", "type"],
|
||||
|
|
|
|||
|
|
@ -234,7 +234,11 @@ def test_openapi_schema(client: TestClient):
|
|||
"type": {"type": "string", "title": "Error Type"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
"type": "object",
|
||||
"required": ["loc", "msg", "type"],
|
||||
|
|
|
|||
|
|
@ -111,7 +111,11 @@ def test_openapi_schema(mod: ModuleType):
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
"HTTPValidationError": {
|
||||
|
|
|
|||
|
|
@ -157,7 +157,11 @@ def test_openapi_schema(client: TestClient):
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
|
|
@ -199,7 +199,11 @@ def test_openapi_schema(client: TestClient):
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"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"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
|
|
@ -184,7 +184,11 @@ def test_openapi_schema(client: TestClient):
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
"HTTPValidationError": {
|
||||
|
|
|
|||
|
|
@ -163,7 +163,11 @@ def test_openapi_schema(client: TestClient):
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
"HTTPValidationError": {
|
||||
|
|
|
|||
|
|
@ -149,7 +149,11 @@ def test_openapi_schema(client: TestClient):
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
"HTTPValidationError": {
|
||||
|
|
|
|||
|
|
@ -261,7 +261,11 @@ def test_openapi_schema(client: TestClient):
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
|
|
@ -74,7 +74,11 @@ def test_openapi_schema(app: FastAPI):
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
"HTTPValidationError": {
|
||||
|
|
|
|||
|
|
@ -87,7 +87,11 @@ def test_openapi_schema():
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
|
|
@ -177,7 +177,11 @@ def test_openapi_schema(client: TestClient):
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
"HTTPValidationError": {
|
||||
|
|
|
|||
|
|
@ -133,7 +133,11 @@ def test_openapi_schema(client: TestClient):
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
"HTTPValidationError": {
|
||||
|
|
|
|||
|
|
@ -182,7 +182,11 @@ def test_openapi_schema():
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
|
|
@ -74,7 +74,11 @@ def test_openapi_schema():
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
"HTTPValidationError": {
|
||||
|
|
|
|||
|
|
@ -74,7 +74,11 @@ def test_openapi_schema():
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
"HTTPValidationError": {
|
||||
|
|
|
|||
|
|
@ -75,7 +75,11 @@ def test_openapi_schema():
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
"HTTPValidationError": {
|
||||
|
|
|
|||
|
|
@ -80,7 +80,11 @@ def test_openapi_schema():
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
"HTTPValidationError": {
|
||||
|
|
|
|||
|
|
@ -119,7 +119,11 @@ def test_openapi_schema():
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
|
|
@ -102,7 +102,11 @@ def test_openapi_schema():
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
"HTTPValidationError": {
|
||||
|
|
|
|||
|
|
@ -229,7 +229,11 @@ def test_openapi_schema(client: TestClient):
|
|||
"type": {"type": "string", "title": "Error Type"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
"type": "object",
|
||||
"required": ["loc", "msg", "type"],
|
||||
|
|
|
|||
|
|
@ -240,7 +240,11 @@ def test_openapi_schema(client: TestClient):
|
|||
"type": {"type": "string", "title": "Error Type"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
"type": "object",
|
||||
"required": ["loc", "msg", "type"],
|
||||
|
|
|
|||
|
|
@ -276,7 +276,11 @@ def test_openapi_schema(client: TestClient):
|
|||
"type": {"type": "string", "title": "Error Type"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
"type": "object",
|
||||
"required": ["loc", "msg", "type"],
|
||||
|
|
|
|||
|
|
@ -102,7 +102,11 @@ def test_openapi_schema(client: TestClient):
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
"HTTPValidationError": {
|
||||
|
|
|
|||
|
|
@ -114,7 +114,11 @@ def test_openapi_schema(client: TestClient):
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
"HTTPValidationError": {
|
||||
|
|
|
|||
|
|
@ -126,7 +126,11 @@ def test_openapi_schema(client: TestClient):
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
|
|
@ -216,7 +216,11 @@ def test_openapi_schema(client: TestClient):
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
|
|
@ -109,7 +109,11 @@ def test_openapi_schema():
|
|||
"type": {"type": "string", "title": "Error Type"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
"type": "object",
|
||||
"required": ["loc", "msg", "type"],
|
||||
|
|
|
|||
|
|
@ -122,7 +122,11 @@ def test_openapi_schema(client: TestClient):
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
"HTTPValidationError": {
|
||||
|
|
@ -222,7 +226,11 @@ def test_openapi_schema_pv1(client: TestClient):
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
"HTTPValidationError": {
|
||||
|
|
|
|||
|
|
@ -121,7 +121,11 @@ def test_openapi_schema(client: TestClient):
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
"HTTPValidationError": {
|
||||
|
|
@ -221,7 +225,11 @@ def test_openapi_schema_pv1(client: TestClient):
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
"HTTPValidationError": {
|
||||
|
|
|
|||
|
|
@ -75,7 +75,11 @@ def test_openapi_schema():
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
"HTTPValidationError": {
|
||||
|
|
|
|||
|
|
@ -138,7 +138,11 @@ def test_openapi_schema():
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
|
|
@ -131,7 +131,11 @@ def test_openapi_schema(client: TestClient):
|
|||
"type": {"type": "string", "title": "Error Type"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
"type": "object",
|
||||
"required": ["loc", "msg", "type"],
|
||||
|
|
|
|||
|
|
@ -145,7 +145,11 @@ def test_openapi_schema(client: TestClient):
|
|||
"type": {"type": "string", "title": "Error Type"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
"type": "object",
|
||||
"required": ["loc", "msg", "type"],
|
||||
|
|
|
|||
|
|
@ -144,7 +144,11 @@ def test_openapi_schema(client: TestClient):
|
|||
"type": {"type": "string", "title": "Error Type"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
"type": "object",
|
||||
"required": ["loc", "msg", "type"],
|
||||
|
|
|
|||
|
|
@ -251,7 +251,11 @@ def test_openapi_schema(client: TestClient):
|
|||
"type": {"type": "string", "title": "Error Type"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
"type": "object",
|
||||
"required": ["loc", "msg", "type"],
|
||||
|
|
|
|||
|
|
@ -273,7 +273,11 @@ def test_openapi_schema(client: TestClient):
|
|||
"type": {"type": "string", "title": "Error Type"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
"type": "object",
|
||||
"required": ["loc", "msg", "type"],
|
||||
|
|
|
|||
|
|
@ -102,7 +102,11 @@ def test_openapi_schema():
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
"HTTPValidationError": {
|
||||
|
|
|
|||
|
|
@ -169,7 +169,11 @@ def test_openapi_schema(client: TestClient):
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
"HTTPValidationError": {
|
||||
|
|
|
|||
|
|
@ -167,7 +167,11 @@ def test_openapi_schema(client: TestClient):
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
"HTTPValidationError": {
|
||||
|
|
|
|||
|
|
@ -113,7 +113,11 @@ def test_openapi_schema(client: TestClient):
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
"HTTPValidationError": {
|
||||
|
|
|
|||
|
|
@ -99,7 +99,11 @@ def test_openapi_schema(client: TestClient):
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
"HTTPValidationError": {
|
||||
|
|
|
|||
|
|
@ -98,7 +98,11 @@ def test_openapi_schema(client: TestClient):
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
"HTTPValidationError": {
|
||||
|
|
|
|||
|
|
@ -96,7 +96,11 @@ def test_openapi_schema(client: TestClient):
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
|
|
@ -134,7 +134,11 @@ def test_openapi_schema(client: TestClient):
|
|||
"type": {"type": "string", "title": "Error Type"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
"type": "object",
|
||||
"required": ["loc", "msg", "type"],
|
||||
|
|
|
|||
|
|
@ -215,7 +215,11 @@ def test_openapi_schema(client: TestClient):
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"ctx": {"title": "Context", "type": "object"},
|
||||
"url": {"title": "Error URL", "type": "string", "format": "uri"},
|
||||
"url": {
|
||||
"title": "Error URL",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
},
|
||||
},
|
||||
},
|
||||
"HTTPValidationError": {
|
||||
|
|
|
|||
|
|
@ -220,7 +220,11 @@ def test_openapi_schema(client: TestClient):
|
|||
"type": {"title": "Error Type", "type": "string"},
|
||||
"input": {"title": "Input"},
|
||||
"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
Loading…
Reference in New Issue