pre-commit-ci-lite[bot]
6 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
124 changed files with
248 additions and
248 deletions
-
tests/test_additional_properties.py
-
tests/test_annotated.py
-
tests/test_application.py
-
tests/test_dependency_duplicates.py
-
tests/test_extra_routes.py
-
tests/test_get_request_body.py
-
tests/test_include_router_defaults_overrides.py
-
tests/test_infer_param_optionality.py
-
tests/test_modules_same_name_body/test_main.py
-
tests/test_multi_body_errors.py
-
tests/test_multi_query_errors.py
-
tests/test_no_schema_split.py
-
tests/test_openapi_query_parameter_extension.py
-
tests/test_openapi_separate_input_output_schemas.py
-
tests/test_param_in_path_and_dependency.py
-
tests/test_param_include_in_schema.py
-
tests/test_put_no_body.py
-
tests/test_reponse_set_reponse_code_empty.py
-
tests/test_request_body_parameters_media_type.py
-
tests/test_schema_extra_examples.py
-
tests/test_security_oauth2.py
-
tests/test_security_oauth2_optional.py
-
tests/test_security_oauth2_optional_description.py
-
tests/test_starlette_exception.py
-
tests/test_tuples.py
-
tests/test_tutorial/test_additional_responses/test_tutorial001.py
-
tests/test_tutorial/test_additional_responses/test_tutorial002.py
-
tests/test_tutorial/test_additional_responses/test_tutorial003.py
-
tests/test_tutorial/test_additional_responses/test_tutorial004.py
-
tests/test_tutorial/test_bigger_applications/test_main.py
-
tests/test_tutorial/test_body/test_tutorial001.py
-
tests/test_tutorial/test_body/test_tutorial002.py
-
tests/test_tutorial/test_body/test_tutorial003.py
-
tests/test_tutorial/test_body/test_tutorial004.py
-
tests/test_tutorial/test_body_fields/test_tutorial001.py
-
tests/test_tutorial/test_body_multiple_params/test_tutorial001.py
-
tests/test_tutorial/test_body_multiple_params/test_tutorial003.py
-
tests/test_tutorial/test_body_multiple_params/test_tutorial004.py
-
tests/test_tutorial/test_body_nested_models/test_tutorial001_tutorial002_tutorial003.py
-
tests/test_tutorial/test_body_nested_models/test_tutorial004.py
-
tests/test_tutorial/test_body_nested_models/test_tutorial005.py
-
tests/test_tutorial/test_body_nested_models/test_tutorial006.py
-
tests/test_tutorial/test_body_nested_models/test_tutorial007.py
-
tests/test_tutorial/test_body_nested_models/test_tutorial008.py
-
tests/test_tutorial/test_body_nested_models/test_tutorial009.py
-
tests/test_tutorial/test_body_updates/test_tutorial001.py
-
tests/test_tutorial/test_body_updates/test_tutorial002.py
-
tests/test_tutorial/test_cookie_param_models/test_tutorial001.py
-
tests/test_tutorial/test_cookie_param_models/test_tutorial002.py
-
tests/test_tutorial/test_cookie_params/test_tutorial001.py
-
tests/test_tutorial/test_dataclasses/test_tutorial001.py
-
tests/test_tutorial/test_dataclasses/test_tutorial003.py
-
tests/test_tutorial/test_dependencies/test_tutorial001_tutorial001_02.py
-
tests/test_tutorial/test_dependencies/test_tutorial002_tutorial003_tutorial004.py
-
tests/test_tutorial/test_dependencies/test_tutorial005.py
-
tests/test_tutorial/test_dependencies/test_tutorial006.py
-
tests/test_tutorial/test_dependencies/test_tutorial011.py
-
tests/test_tutorial/test_dependencies/test_tutorial012.py
-
tests/test_tutorial/test_extra_models/test_tutorial001_tutorial002.py
-
tests/test_tutorial/test_generate_clients/test_tutorial001.py
-
tests/test_tutorial/test_generate_clients/test_tutorial002.py
-
tests/test_tutorial/test_generate_clients/test_tutorial003.py
-
tests/test_tutorial/test_handling_errors/test_tutorial001.py
-
tests/test_tutorial/test_handling_errors/test_tutorial002.py
-
tests/test_tutorial/test_handling_errors/test_tutorial003.py
-
tests/test_tutorial/test_handling_errors/test_tutorial004.py
-
tests/test_tutorial/test_handling_errors/test_tutorial005.py
-
tests/test_tutorial/test_handling_errors/test_tutorial006.py
-
tests/test_tutorial/test_header_param_models/test_tutorial001.py
-
tests/test_tutorial/test_header_param_models/test_tutorial002.py
-
tests/test_tutorial/test_header_param_models/test_tutorial003.py
-
tests/test_tutorial/test_header_params/test_tutorial001.py
-
tests/test_tutorial/test_header_params/test_tutorial002.py
-
tests/test_tutorial/test_header_params/test_tutorial003.py
-
tests/test_tutorial/test_openapi_callbacks/test_tutorial001.py
-
tests/test_tutorial/test_path_operation_advanced_configurations/test_tutorial004.py
-
tests/test_tutorial/test_path_operation_configurations/test_tutorial005.py
-
tests/test_tutorial/test_path_params/test_tutorial004.py
-
tests/test_tutorial/test_path_params/test_tutorial005.py
-
tests/test_tutorial/test_query_params/test_tutorial001.py
-
tests/test_tutorial/test_query_params/test_tutorial002.py
-
tests/test_tutorial/test_query_params/test_tutorial003.py
-
tests/test_tutorial/test_query_params/test_tutorial004.py
-
tests/test_tutorial/test_query_params/test_tutorial005.py
-
tests/test_tutorial/test_query_params/test_tutorial006.py
-
tests/test_tutorial/test_query_params_str_validations/test_tutorial001.py
-
tests/test_tutorial/test_query_params_str_validations/test_tutorial002.py
-
tests/test_tutorial/test_query_params_str_validations/test_tutorial003.py
-
tests/test_tutorial/test_query_params_str_validations/test_tutorial004.py
-
tests/test_tutorial/test_query_params_str_validations/test_tutorial005.py
-
tests/test_tutorial/test_query_params_str_validations/test_tutorial006.py
-
tests/test_tutorial/test_query_params_str_validations/test_tutorial006c.py
-
tests/test_tutorial/test_query_params_str_validations/test_tutorial007.py
-
tests/test_tutorial/test_query_params_str_validations/test_tutorial008.py
-
tests/test_tutorial/test_query_params_str_validations/test_tutorial009.py
-
tests/test_tutorial/test_query_params_str_validations/test_tutorial010.py
-
tests/test_tutorial/test_query_params_str_validations/test_tutorial011.py
-
tests/test_tutorial/test_query_params_str_validations/test_tutorial012.py
-
tests/test_tutorial/test_query_params_str_validations/test_tutorial013.py
-
tests/test_tutorial/test_query_params_str_validations/test_tutorial014.py
|
|
@ -89,8 +89,8 @@ def test_openapi_schema(): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -284,8 +284,8 @@ def test_openapi_schema(): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
} |
|
|
} |
|
|
|
|
|
@ -1260,8 +1260,8 @@ def test_openapi_schema(): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -223,8 +223,8 @@ def test_openapi_schema(): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
} |
|
|
} |
|
|
|
|
|
@ -347,8 +347,8 @@ def test_openapi_schema(): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -100,8 +100,8 @@ def test_openapi_schema(): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
} |
|
|
} |
|
|
|
|
|
@ -7290,8 +7290,8 @@ def test_openapi(): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
} |
|
|
} |
|
|
|
|
|
@ -325,8 +325,8 @@ def test_openapi_schema(): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
} |
|
|
} |
|
|
|
|
|
@ -131,8 +131,8 @@ def test_openapi_schema(): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -167,8 +167,8 @@ def test_openapi_schema(): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -97,8 +97,8 @@ def test_openapi_schema(): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -154,8 +154,8 @@ def test_openapi_schema(): |
|
|
}, |
|
|
}, |
|
|
"ValidationError": { |
|
|
"ValidationError": { |
|
|
"properties": { |
|
|
"properties": { |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"loc": { |
|
|
"loc": { |
|
|
"items": { |
|
|
"items": { |
|
|
"anyOf": [{"type": "string"}, {"type": "integer"}] |
|
|
"anyOf": [{"type": "string"}, {"type": "integer"}] |
|
|
|
|
|
@ -119,8 +119,8 @@ def test_openapi(): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
} |
|
|
} |
|
|
|
|
|
@ -418,8 +418,8 @@ def test_openapi_schema(): |
|
|
}, |
|
|
}, |
|
|
"ValidationError": { |
|
|
"ValidationError": { |
|
|
"properties": { |
|
|
"properties": { |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"loc": { |
|
|
"loc": { |
|
|
"items": { |
|
|
"items": { |
|
|
"anyOf": [{"type": "string"}, {"type": "integer"}] |
|
|
"anyOf": [{"type": "string"}, {"type": "integer"}] |
|
|
|
|
|
@ -86,8 +86,8 @@ def test_openapi_schema(): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
} |
|
|
} |
|
|
|
|
|
@ -151,8 +151,8 @@ openapi_schema = { |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
} |
|
|
} |
|
|
|
|
|
@ -78,8 +78,8 @@ def test_openapi_schema(): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -90,8 +90,8 @@ def test_openapi_schema(): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
} |
|
|
} |
|
|
|
|
|
@ -168,8 +168,8 @@ def test_openapi_schema(): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
} |
|
|
} |
|
|
|
|
|
@ -845,8 +845,8 @@ def test_openapi_schema(): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
} |
|
|
} |
|
|
|
|
|
@ -237,8 +237,8 @@ def test_openapi_schema(): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -240,8 +240,8 @@ def test_openapi_schema(): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -241,8 +241,8 @@ def test_openapi_schema(): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -184,8 +184,8 @@ def test_openapi_schema(): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -262,8 +262,8 @@ def test_openapi_schema(): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
} |
|
|
} |
|
|
|
|
|
@ -98,8 +98,8 @@ def test_openapi_schema(): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -115,8 +115,8 @@ def test_openapi_schema(client: TestClient): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -102,8 +102,8 @@ def test_openapi_schema(): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -118,8 +118,8 @@ def test_openapi_schema(client: TestClient): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -593,8 +593,8 @@ def test_openapi_schema(client: TestClient): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
} |
|
|
} |
|
|
|
|
|
@ -328,8 +328,8 @@ def test_openapi_schema(client: TestClient): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -143,8 +143,8 @@ def test_openapi_schema(client: TestClient): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -153,8 +153,8 @@ def test_openapi_schema(client: TestClient): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -164,8 +164,8 @@ def test_openapi_schema(client: TestClient): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -166,8 +166,8 @@ def test_openapi_schema(client: TestClient): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -162,8 +162,8 @@ def test_openapi_schema(client: TestClient): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -202,8 +202,8 @@ def test_openapi_schema(client: TestClient): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -272,8 +272,8 @@ def test_openapi_schema(client: TestClient): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -233,8 +233,8 @@ def test_openapi_schema(client: TestClient, mod_name: str): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -257,8 +257,8 @@ def test_openapi_schema(client: TestClient): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -283,8 +283,8 @@ def test_openapi_schema(client: TestClient): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -251,8 +251,8 @@ def test_openapi_schema(client: TestClient): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -326,8 +326,8 @@ def test_openapi_schema(client: TestClient): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -139,8 +139,8 @@ def test_openapi_schema(client: TestClient): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -98,8 +98,8 @@ def test_openapi_schema(client: TestClient): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -168,8 +168,8 @@ def test_openapi_schema(client: TestClient): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -189,8 +189,8 @@ def test_openapi_schema(client: TestClient): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -151,8 +151,8 @@ def test_openapi_schema(client: TestClient): |
|
|
}, |
|
|
}, |
|
|
"ValidationError": { |
|
|
"ValidationError": { |
|
|
"properties": { |
|
|
"properties": { |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"loc": { |
|
|
"loc": { |
|
|
"items": { |
|
|
"items": { |
|
|
"anyOf": [{"type": "string"}, {"type": "integer"}] |
|
|
"anyOf": [{"type": "string"}, {"type": "integer"}] |
|
|
|
|
|
@ -161,8 +161,8 @@ def test_openapi_schema(client: TestClient): |
|
|
}, |
|
|
}, |
|
|
"ValidationError": { |
|
|
"ValidationError": { |
|
|
"properties": { |
|
|
"properties": { |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"loc": { |
|
|
"loc": { |
|
|
"items": { |
|
|
"items": { |
|
|
"anyOf": [{"type": "string"}, {"type": "integer"}] |
|
|
"anyOf": [{"type": "string"}, {"type": "integer"}] |
|
|
|
|
|
@ -101,8 +101,8 @@ def test_openapi_schema(mod: ModuleType): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -129,8 +129,8 @@ def test_openapi_schema(client: TestClient): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
} |
|
|
} |
|
|
|
|
|
@ -195,8 +195,8 @@ def test_openapi_schema(client: TestClient): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
} |
|
|
} |
|
|
|
|
|
@ -170,8 +170,8 @@ def test_openapi_schema(client: TestClient): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -161,8 +161,8 @@ def test_openapi_schema(client: TestClient): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -121,8 +121,8 @@ def test_openapi_schema(client: TestClient): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -125,8 +125,8 @@ def test_openapi_schema(client: TestClient): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -102,8 +102,8 @@ def test_openapi_schema(client: TestClient): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -219,8 +219,8 @@ def test_openapi_schema(client: TestClient): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
} |
|
|
} |
|
|
|
|
|
@ -138,8 +138,8 @@ def test_openapi_schema(client: TestClient): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -135,8 +135,8 @@ def test_openapi_schema(client: TestClient): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
} |
|
|
} |
|
|
|
|
|
@ -180,8 +180,8 @@ def test_openapi_schema(): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
} |
|
|
} |
|
|
|
|
|
@ -180,8 +180,8 @@ def test_openapi_schema(): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
} |
|
|
} |
|
|
|
|
|
@ -72,8 +72,8 @@ def test_openapi_schema(): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -72,8 +72,8 @@ def test_openapi_schema(): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -73,8 +73,8 @@ def test_openapi_schema(): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -78,8 +78,8 @@ def test_openapi_schema(): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -102,8 +102,8 @@ def test_openapi_schema(): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
} |
|
|
} |
|
|
|
|
|
@ -86,8 +86,8 @@ def test_openapi_schema(): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -187,8 +187,8 @@ def test_openapi_schema(client: TestClient): |
|
|
}, |
|
|
}, |
|
|
"ValidationError": { |
|
|
"ValidationError": { |
|
|
"properties": { |
|
|
"properties": { |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"loc": { |
|
|
"loc": { |
|
|
"items": { |
|
|
"items": { |
|
|
"anyOf": [{"type": "string"}, {"type": "integer"}] |
|
|
"anyOf": [{"type": "string"}, {"type": "integer"}] |
|
|
|
|
|
@ -184,8 +184,8 @@ def test_openapi_schema(client: TestClient): |
|
|
}, |
|
|
}, |
|
|
"ValidationError": { |
|
|
"ValidationError": { |
|
|
"properties": { |
|
|
"properties": { |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"loc": { |
|
|
"loc": { |
|
|
"items": { |
|
|
"items": { |
|
|
"anyOf": [{"type": "string"}, {"type": "integer"}] |
|
|
"anyOf": [{"type": "string"}, {"type": "integer"}] |
|
|
|
|
|
@ -224,8 +224,8 @@ def test_openapi_schema(client: TestClient): |
|
|
}, |
|
|
}, |
|
|
"ValidationError": { |
|
|
"ValidationError": { |
|
|
"properties": { |
|
|
"properties": { |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"loc": { |
|
|
"loc": { |
|
|
"items": { |
|
|
"items": { |
|
|
"anyOf": [{"type": "string"}, {"type": "integer"}] |
|
|
"anyOf": [{"type": "string"}, {"type": "integer"}] |
|
|
|
|
|
@ -93,8 +93,8 @@ def test_openapi_schema(client: TestClient): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -104,8 +104,8 @@ def test_openapi_schema(client: TestClient): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -112,8 +112,8 @@ def test_openapi_schema(client: TestClient): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
} |
|
|
} |
|
|
|
|
|
@ -195,8 +195,8 @@ def test_openapi_schema(client: TestClient): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
} |
|
|
} |
|
|
|
|
|
@ -118,8 +118,8 @@ def test_openapi_schema(client: TestClient): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -117,8 +117,8 @@ def test_openapi_schema(client: TestClient): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -73,8 +73,8 @@ def test_openapi_schema(): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -110,8 +110,8 @@ def test_openapi_schema(): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
} |
|
|
} |
|
|
|
|
|
@ -108,8 +108,8 @@ def test_openapi_schema(client: TestClient): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -109,8 +109,8 @@ def test_openapi_schema(client: TestClient): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -130,8 +130,8 @@ def test_openapi_schema(client: TestClient): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -138,8 +138,8 @@ def test_openapi_schema(client: TestClient): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -86,8 +86,8 @@ def test_openapi_schema(): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -137,8 +137,8 @@ def test_openapi_schema(client: TestClient): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -103,8 +103,8 @@ def test_openapi_schema(client: TestClient): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -124,8 +124,8 @@ def test_openapi_schema(client: TestClient): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -135,8 +135,8 @@ def test_openapi_schema(client: TestClient): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -129,8 +129,8 @@ def test_openapi_schema(client: TestClient): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -113,8 +113,8 @@ def test_openapi_schema(client: TestClient): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -118,8 +118,8 @@ def test_openapi_schema(client: TestClient): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -130,8 +130,8 @@ def test_openapi_schema(client: TestClient): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -118,8 +118,8 @@ def test_openapi_schema(client: TestClient): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -120,8 +120,8 @@ def test_openapi_schema(client: TestClient): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -105,8 +105,8 @@ def test_openapi_schema(client: TestClient): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -136,8 +136,8 @@ def test_openapi_schema(client: TestClient): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -98,8 +98,8 @@ def test_openapi_schema(client: TestClient): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -93,8 +93,8 @@ def test_openapi_schema(client: TestClient): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -93,8 +93,8 @@ def test_openapi_schema(client: TestClient): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
"HTTPValidationError": { |
|
|
"HTTPValidationError": { |
|
|
|
|
|
@ -93,8 +93,8 @@ def test_openapi_schema(client: TestClient): |
|
|
}, |
|
|
}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
} |
|
|
} |
|
|
|