This repository was archived by the owner on Dec 25, 2024. It is now read-only.
Commit 816a9b6
committed
Reduces generated code (#166)
* Converts PrefixSeparatorIterator, Api, and Encoding into dataclasses
* ApiClient converted to dataclass
* Removes __call_api
* Removes unneeded type imports from header
* Removes unneeded imports from headers
* Removes unneeded imports in responses when they have no content or headers
* Removes unneeded header imports
* Removes pyi files
* Removes functools import
* Stops generating new for anytype schemas
* Samples regenerated
* Fixes this_package security tests1 parent 36f4f72 commit 816a9b6
1,154 files changed
Lines changed: 612 additions & 5781 deletions
File tree
- modules/openapi-json-schema-generator/src/main/resources/python
- components
- headers
- parameters
- responses
- schemas
- paths/path/verb
- samples/openapi3/client
- 3_0_3_unit_test/python
- src/unit_test_api
- components/schema
- paths
- request_body_post_additionalproperties_allows_a_schema_which_should_validate_request_body/post
- responses/response_200
- request_body_post_additionalproperties_are_allowed_by_default_request_body/post
- responses/response_200
- request_body_post_additionalproperties_can_exist_by_itself_request_body/post
- responses/response_200
- request_body_post_additionalproperties_should_not_look_in_applicators_request_body/post
- responses/response_200
- request_body_post_allof_combined_with_anyof_oneof_request_body/post
- responses/response_200
- request_body_post_allof_request_body/post
- responses/response_200
- request_body_post_allof_simple_types_request_body/post
- responses/response_200
- request_body_post_allof_with_base_schema_request_body/post
- responses/response_200
- request_body_post_allof_with_one_empty_schema_request_body/post
- responses/response_200
- request_body_post_allof_with_the_first_empty_schema_request_body/post
- responses/response_200
- request_body_post_allof_with_the_last_empty_schema_request_body/post
- responses/response_200
- request_body_post_allof_with_two_empty_schemas_request_body/post
- responses/response_200
- request_body_post_anyof_complex_types_request_body/post
- responses/response_200
- request_body_post_anyof_request_body/post
- responses/response_200
- request_body_post_anyof_with_base_schema_request_body/post
- responses/response_200
- request_body_post_anyof_with_one_empty_schema_request_body/post
- responses/response_200
- request_body_post_array_type_matches_arrays_request_body/post
- responses/response_200
- request_body_post_boolean_type_matches_booleans_request_body/post
- responses/response_200
- request_body_post_by_int_request_body/post
- responses/response_200
- request_body_post_by_number_request_body/post
- responses/response_200
- request_body_post_by_small_number_request_body/post
- responses/response_200
- request_body_post_date_time_format_request_body/post
- responses/response_200
- request_body_post_email_format_request_body/post
- responses/response_200
- request_body_post_enum_with0_does_not_match_false_request_body/post
- responses/response_200
- request_body_post_enum_with1_does_not_match_true_request_body/post
- responses/response_200
- request_body_post_enum_with_escaped_characters_request_body/post
- responses/response_200
- request_body_post_enum_with_false_does_not_match0_request_body/post
- responses/response_200
- request_body_post_enum_with_true_does_not_match1_request_body/post
- responses/response_200
- request_body_post_enums_in_properties_request_body/post
- responses/response_200
- request_body_post_forbidden_property_request_body/post
- responses/response_200
- request_body_post_hostname_format_request_body/post
- responses/response_200
- request_body_post_integer_type_matches_integers_request_body/post
- responses/response_200
- request_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body/post
- responses/response_200
- request_body_post_invalid_string_value_for_default_request_body/post
- responses/response_200
- request_body_post_ipv4_format_request_body/post
- responses/response_200
- request_body_post_ipv6_format_request_body/post
- responses/response_200
- request_body_post_json_pointer_format_request_body/post
- responses/response_200
- request_body_post_maximum_validation_request_body/post
- responses/response_200
- request_body_post_maximum_validation_with_unsigned_integer_request_body/post
- responses/response_200
- request_body_post_maxitems_validation_request_body/post
- responses/response_200
- request_body_post_maxlength_validation_request_body/post
- responses/response_200
- request_body_post_maxproperties0_means_the_object_is_empty_request_body/post
- responses/response_200
- request_body_post_maxproperties_validation_request_body/post
- responses/response_200
- request_body_post_minimum_validation_request_body/post
- responses/response_200
- request_body_post_minimum_validation_with_signed_integer_request_body/post
- responses/response_200
- request_body_post_minitems_validation_request_body/post
- responses/response_200
- request_body_post_minlength_validation_request_body/post
- responses/response_200
- request_body_post_minproperties_validation_request_body/post
- responses/response_200
- request_body_post_nested_allof_to_check_validation_semantics_request_body/post
- responses/response_200
- request_body_post_nested_anyof_to_check_validation_semantics_request_body/post
- responses/response_200
- request_body_post_nested_items_request_body/post
- responses/response_200
- request_body_post_nested_oneof_to_check_validation_semantics_request_body/post
- responses/response_200
- request_body_post_not_more_complex_schema_request_body/post
- responses/response_200
- request_body_post_not_request_body/post
- responses/response_200
- request_body_post_nul_characters_in_strings_request_body/post
- responses/response_200
- request_body_post_null_type_matches_only_the_null_object_request_body/post
- responses/response_200
- request_body_post_number_type_matches_numbers_request_body/post
- responses/response_200
- request_body_post_object_properties_validation_request_body/post
- responses/response_200
- request_body_post_object_type_matches_objects_request_body/post
- responses/response_200
- request_body_post_oneof_complex_types_request_body/post
- responses/response_200
- request_body_post_oneof_request_body/post
- responses/response_200
- request_body_post_oneof_with_base_schema_request_body/post
- responses/response_200
- request_body_post_oneof_with_empty_schema_request_body/post
- responses/response_200
- request_body_post_oneof_with_required_request_body/post
- responses/response_200
- request_body_post_pattern_is_not_anchored_request_body/post
- responses/response_200
- request_body_post_pattern_validation_request_body/post
- responses/response_200
- request_body_post_properties_with_escaped_characters_request_body/post
- responses/response_200
- request_body_post_property_named_ref_that_is_not_a_reference_request_body/post
- responses/response_200
- request_body_post_ref_in_additionalproperties_request_body/post
- responses/response_200
- request_body_post_ref_in_allof_request_body/post
- responses/response_200
- request_body_post_ref_in_anyof_request_body/post
- responses/response_200
- request_body_post_ref_in_items_request_body/post
- responses/response_200
- request_body_post_ref_in_not_request_body/post
- responses/response_200
- request_body_post_ref_in_oneof_request_body/post
- responses/response_200
- request_body_post_ref_in_property_request_body/post
- responses/response_200
- request_body_post_required_default_validation_request_body/post
- responses/response_200
- request_body_post_required_validation_request_body/post
- responses/response_200
- request_body_post_required_with_empty_array_request_body/post
- responses/response_200
- request_body_post_required_with_escaped_characters_request_body/post
- responses/response_200
- request_body_post_simple_enum_validation_request_body/post
- responses/response_200
- request_body_post_string_type_matches_strings_request_body/post
- responses/response_200
- request_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body/post
- responses/response_200
- request_body_post_uniqueitems_false_validation_request_body/post
- responses/response_200
- request_body_post_uniqueitems_validation_request_body/post
- responses/response_200
- request_body_post_uri_format_request_body/post
- responses/response_200
- request_body_post_uri_reference_format_request_body/post
- responses/response_200
- request_body_post_uri_template_format_request_body/post
- responses/response_200
- response_body_post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types/post
- responses/response_200
- response_body_post_additionalproperties_are_allowed_by_default_response_body_for_content_types/post
- responses/response_200
- response_body_post_additionalproperties_can_exist_by_itself_response_body_for_content_types/post
- responses/response_200
- response_body_post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types/post
- responses/response_200
- response_body_post_allof_combined_with_anyof_oneof_response_body_for_content_types/post
- responses/response_200
- response_body_post_allof_response_body_for_content_types/post
- responses/response_200
- response_body_post_allof_simple_types_response_body_for_content_types/post
- responses/response_200
- response_body_post_allof_with_base_schema_response_body_for_content_types/post
- responses/response_200
- response_body_post_allof_with_one_empty_schema_response_body_for_content_types/post
- responses/response_200
- response_body_post_allof_with_the_first_empty_schema_response_body_for_content_types/post
- responses/response_200
- response_body_post_allof_with_the_last_empty_schema_response_body_for_content_types/post
- responses/response_200
- response_body_post_allof_with_two_empty_schemas_response_body_for_content_types/post
- responses/response_200
- response_body_post_anyof_complex_types_response_body_for_content_types/post
- responses/response_200
- response_body_post_anyof_response_body_for_content_types/post
- responses/response_200
- response_body_post_anyof_with_base_schema_response_body_for_content_types/post
- responses/response_200
- response_body_post_anyof_with_one_empty_schema_response_body_for_content_types/post
- responses/response_200
- response_body_post_array_type_matches_arrays_response_body_for_content_types/post
- responses/response_200
- response_body_post_boolean_type_matches_booleans_response_body_for_content_types/post
- responses/response_200
- response_body_post_by_int_response_body_for_content_types/post
- responses/response_200
- response_body_post_by_number_response_body_for_content_types/post
- responses/response_200
- response_body_post_by_small_number_response_body_for_content_types/post
- responses/response_200
- response_body_post_date_time_format_response_body_for_content_types/post
- responses/response_200
- response_body_post_email_format_response_body_for_content_types/post
- responses/response_200
- response_body_post_enum_with0_does_not_match_false_response_body_for_content_types/post
- responses/response_200
- response_body_post_enum_with1_does_not_match_true_response_body_for_content_types/post
- responses/response_200
- response_body_post_enum_with_escaped_characters_response_body_for_content_types/post
- responses/response_200
- response_body_post_enum_with_false_does_not_match0_response_body_for_content_types/post
- responses/response_200
- response_body_post_enum_with_true_does_not_match1_response_body_for_content_types/post
- responses/response_200
- response_body_post_enums_in_properties_response_body_for_content_types/post
- responses/response_200
- response_body_post_forbidden_property_response_body_for_content_types/post
- responses/response_200
- response_body_post_hostname_format_response_body_for_content_types/post
- responses/response_200
- response_body_post_integer_type_matches_integers_response_body_for_content_types/post
- responses/response_200
- response_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types/post
- responses/response_200
- response_body_post_invalid_string_value_for_default_response_body_for_content_types/post
- responses/response_200
- response_body_post_ipv4_format_response_body_for_content_types/post
- responses/response_200
- response_body_post_ipv6_format_response_body_for_content_types/post
- responses/response_200
- response_body_post_json_pointer_format_response_body_for_content_types/post
- responses/response_200
- response_body_post_maximum_validation_response_body_for_content_types/post
- responses/response_200
- response_body_post_maximum_validation_with_unsigned_integer_response_body_for_content_types/post
- responses/response_200
- response_body_post_maxitems_validation_response_body_for_content_types/post
- responses/response_200
- response_body_post_maxlength_validation_response_body_for_content_types/post
- responses/response_200
- response_body_post_maxproperties0_means_the_object_is_empty_response_body_for_content_types/post
- responses/response_200
- response_body_post_maxproperties_validation_response_body_for_content_types/post
- responses/response_200
- response_body_post_minimum_validation_response_body_for_content_types/post
- responses/response_200
- response_body_post_minimum_validation_with_signed_integer_response_body_for_content_types/post
- responses/response_200
- response_body_post_minitems_validation_response_body_for_content_types/post
- responses/response_200
- response_body_post_minlength_validation_response_body_for_content_types/post
- responses/response_200
- response_body_post_minproperties_validation_response_body_for_content_types/post
- responses/response_200
- response_body_post_nested_allof_to_check_validation_semantics_response_body_for_content_types/post
- responses/response_200
- response_body_post_nested_anyof_to_check_validation_semantics_response_body_for_content_types/post
- responses/response_200
- response_body_post_nested_items_response_body_for_content_types/post
- responses/response_200
- response_body_post_nested_oneof_to_check_validation_semantics_response_body_for_content_types/post
- responses/response_200
- response_body_post_not_more_complex_schema_response_body_for_content_types/post
- responses/response_200
- response_body_post_not_response_body_for_content_types/post
- responses/response_200
- response_body_post_nul_characters_in_strings_response_body_for_content_types/post
- responses/response_200
- response_body_post_null_type_matches_only_the_null_object_response_body_for_content_types/post
- responses/response_200
- response_body_post_number_type_matches_numbers_response_body_for_content_types/post
- responses/response_200
- response_body_post_object_properties_validation_response_body_for_content_types/post
- responses/response_200
- response_body_post_object_type_matches_objects_response_body_for_content_types/post
- responses/response_200
- response_body_post_oneof_complex_types_response_body_for_content_types/post
- responses/response_200
- response_body_post_oneof_response_body_for_content_types/post
- responses/response_200
- response_body_post_oneof_with_base_schema_response_body_for_content_types/post
- responses/response_200
- response_body_post_oneof_with_empty_schema_response_body_for_content_types/post
- responses/response_200
- response_body_post_oneof_with_required_response_body_for_content_types/post
- responses/response_200
- response_body_post_pattern_is_not_anchored_response_body_for_content_types/post
- responses/response_200
- response_body_post_pattern_validation_response_body_for_content_types/post
- responses/response_200
- response_body_post_properties_with_escaped_characters_response_body_for_content_types/post
- responses/response_200
- response_body_post_property_named_ref_that_is_not_a_reference_response_body_for_content_types/post
- responses/response_200
- response_body_post_ref_in_additionalproperties_response_body_for_content_types/post
- responses/response_200
- response_body_post_ref_in_allof_response_body_for_content_types/post
- responses/response_200
- response_body_post_ref_in_anyof_response_body_for_content_types/post
- responses/response_200
- response_body_post_ref_in_items_response_body_for_content_types/post
- responses/response_200
- response_body_post_ref_in_not_response_body_for_content_types/post
- responses/response_200
- response_body_post_ref_in_oneof_response_body_for_content_types/post
- responses/response_200
- response_body_post_ref_in_property_response_body_for_content_types/post
- responses/response_200
- response_body_post_required_default_validation_response_body_for_content_types/post
- responses/response_200
- response_body_post_required_validation_response_body_for_content_types/post
- responses/response_200
- response_body_post_required_with_empty_array_response_body_for_content_types/post
- responses/response_200
- response_body_post_required_with_escaped_characters_response_body_for_content_types/post
- responses/response_200
- response_body_post_simple_enum_validation_response_body_for_content_types/post
- responses/response_200
- response_body_post_string_type_matches_strings_response_body_for_content_types/post
- responses/response_200
- response_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types/post
- responses/response_200
- response_body_post_uniqueitems_false_validation_response_body_for_content_types/post
- responses/response_200
- response_body_post_uniqueitems_validation_response_body_for_content_types/post
- responses/response_200
- response_body_post_uri_format_response_body_for_content_types/post
- responses/response_200
- response_body_post_uri_reference_format_response_body_for_content_types/post
- responses/response_200
- response_body_post_uri_template_format_response_body_for_content_types/post
- responses/response_200
- test/test_paths
- test_request_body_post_additionalproperties_allows_a_schema_which_should_validate_request_body
- test_request_body_post_additionalproperties_are_allowed_by_default_request_body
- test_request_body_post_additionalproperties_can_exist_by_itself_request_body
- test_request_body_post_additionalproperties_should_not_look_in_applicators_request_body
- test_request_body_post_allof_combined_with_anyof_oneof_request_body
- test_request_body_post_allof_request_body
- test_request_body_post_allof_simple_types_request_body
- test_request_body_post_allof_with_base_schema_request_body
- test_request_body_post_allof_with_one_empty_schema_request_body
- test_request_body_post_allof_with_the_first_empty_schema_request_body
- test_request_body_post_allof_with_the_last_empty_schema_request_body
- test_request_body_post_allof_with_two_empty_schemas_request_body
- test_request_body_post_anyof_complex_types_request_body
- test_request_body_post_anyof_request_body
- test_request_body_post_anyof_with_base_schema_request_body
- test_request_body_post_anyof_with_one_empty_schema_request_body
- test_request_body_post_array_type_matches_arrays_request_body
- test_request_body_post_boolean_type_matches_booleans_request_body
- test_request_body_post_by_int_request_body
- test_request_body_post_by_number_request_body
- test_request_body_post_by_small_number_request_body
- test_request_body_post_date_time_format_request_body
- test_request_body_post_email_format_request_body
- test_request_body_post_enum_with0_does_not_match_false_request_body
- test_request_body_post_enum_with1_does_not_match_true_request_body
- test_request_body_post_enum_with_escaped_characters_request_body
- test_request_body_post_enum_with_false_does_not_match0_request_body
- test_request_body_post_enum_with_true_does_not_match1_request_body
- test_request_body_post_enums_in_properties_request_body
- test_request_body_post_forbidden_property_request_body
- test_request_body_post_hostname_format_request_body
- test_request_body_post_integer_type_matches_integers_request_body
- test_request_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body
- test_request_body_post_invalid_string_value_for_default_request_body
- test_request_body_post_ipv4_format_request_body
- test_request_body_post_ipv6_format_request_body
- test_request_body_post_json_pointer_format_request_body
- test_request_body_post_maximum_validation_request_body
- test_request_body_post_maximum_validation_with_unsigned_integer_request_body
- test_request_body_post_maxitems_validation_request_body
- test_request_body_post_maxlength_validation_request_body
- test_request_body_post_maxproperties0_means_the_object_is_empty_request_body
- test_request_body_post_maxproperties_validation_request_body
- test_request_body_post_minimum_validation_request_body
- test_request_body_post_minimum_validation_with_signed_integer_request_body
- test_request_body_post_minitems_validation_request_body
- test_request_body_post_minlength_validation_request_body
- test_request_body_post_minproperties_validation_request_body
- test_request_body_post_nested_allof_to_check_validation_semantics_request_body
- test_request_body_post_nested_anyof_to_check_validation_semantics_request_body
- test_request_body_post_nested_items_request_body
- test_request_body_post_nested_oneof_to_check_validation_semantics_request_body
- test_request_body_post_not_more_complex_schema_request_body
- test_request_body_post_not_request_body
- test_request_body_post_nul_characters_in_strings_request_body
- test_request_body_post_null_type_matches_only_the_null_object_request_body
- test_request_body_post_number_type_matches_numbers_request_body
- test_request_body_post_object_properties_validation_request_body
- test_request_body_post_object_type_matches_objects_request_body
- test_request_body_post_oneof_complex_types_request_body
- test_request_body_post_oneof_request_body
- test_request_body_post_oneof_with_base_schema_request_body
- test_request_body_post_oneof_with_empty_schema_request_body
- test_request_body_post_oneof_with_required_request_body
- test_request_body_post_pattern_is_not_anchored_request_body
- test_request_body_post_pattern_validation_request_body
- test_request_body_post_properties_with_escaped_characters_request_body
- test_request_body_post_property_named_ref_that_is_not_a_reference_request_body
- test_request_body_post_ref_in_additionalproperties_request_body
- test_request_body_post_ref_in_allof_request_body
- test_request_body_post_ref_in_anyof_request_body
- test_request_body_post_ref_in_items_request_body
- test_request_body_post_ref_in_not_request_body
- test_request_body_post_ref_in_oneof_request_body
- test_request_body_post_ref_in_property_request_body
- test_request_body_post_required_default_validation_request_body
- test_request_body_post_required_validation_request_body
- test_request_body_post_required_with_empty_array_request_body
- test_request_body_post_required_with_escaped_characters_request_body
- test_request_body_post_simple_enum_validation_request_body
- test_request_body_post_string_type_matches_strings_request_body
- test_request_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body
- test_request_body_post_uniqueitems_false_validation_request_body
- test_request_body_post_uniqueitems_validation_request_body
- test_request_body_post_uri_format_request_body
- test_request_body_post_uri_reference_format_request_body
- test_request_body_post_uri_template_format_request_body
- test_response_body_post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types
- test_response_body_post_additionalproperties_are_allowed_by_default_response_body_for_content_types
- test_response_body_post_additionalproperties_can_exist_by_itself_response_body_for_content_types
- test_response_body_post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types
- test_response_body_post_allof_combined_with_anyof_oneof_response_body_for_content_types
- test_response_body_post_allof_response_body_for_content_types
- test_response_body_post_allof_simple_types_response_body_for_content_types
- test_response_body_post_allof_with_base_schema_response_body_for_content_types
- test_response_body_post_allof_with_one_empty_schema_response_body_for_content_types
- test_response_body_post_allof_with_the_first_empty_schema_response_body_for_content_types
- test_response_body_post_allof_with_the_last_empty_schema_response_body_for_content_types
- test_response_body_post_allof_with_two_empty_schemas_response_body_for_content_types
- test_response_body_post_anyof_complex_types_response_body_for_content_types
- test_response_body_post_anyof_response_body_for_content_types
- test_response_body_post_anyof_with_base_schema_response_body_for_content_types
- test_response_body_post_anyof_with_one_empty_schema_response_body_for_content_types
- test_response_body_post_array_type_matches_arrays_response_body_for_content_types
- test_response_body_post_boolean_type_matches_booleans_response_body_for_content_types
- test_response_body_post_by_int_response_body_for_content_types
- test_response_body_post_by_number_response_body_for_content_types
- test_response_body_post_by_small_number_response_body_for_content_types
- test_response_body_post_date_time_format_response_body_for_content_types
- test_response_body_post_email_format_response_body_for_content_types
- test_response_body_post_enum_with0_does_not_match_false_response_body_for_content_types
- test_response_body_post_enum_with1_does_not_match_true_response_body_for_content_types
- test_response_body_post_enum_with_escaped_characters_response_body_for_content_types
- test_response_body_post_enum_with_false_does_not_match0_response_body_for_content_types
- test_response_body_post_enum_with_true_does_not_match1_response_body_for_content_types
- test_response_body_post_enums_in_properties_response_body_for_content_types
- test_response_body_post_forbidden_property_response_body_for_content_types
- test_response_body_post_hostname_format_response_body_for_content_types
- test_response_body_post_integer_type_matches_integers_response_body_for_content_types
- test_response_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types
- test_response_body_post_invalid_string_value_for_default_response_body_for_content_types
- test_response_body_post_ipv4_format_response_body_for_content_types
- test_response_body_post_ipv6_format_response_body_for_content_types
- test_response_body_post_json_pointer_format_response_body_for_content_types
- test_response_body_post_maximum_validation_response_body_for_content_types
- test_response_body_post_maximum_validation_with_unsigned_integer_response_body_for_content_types
- test_response_body_post_maxitems_validation_response_body_for_content_types
- test_response_body_post_maxlength_validation_response_body_for_content_types
- test_response_body_post_maxproperties0_means_the_object_is_empty_response_body_for_content_types
- test_response_body_post_maxproperties_validation_response_body_for_content_types
- test_response_body_post_minimum_validation_response_body_for_content_types
- test_response_body_post_minimum_validation_with_signed_integer_response_body_for_content_types
- test_response_body_post_minitems_validation_response_body_for_content_types
- test_response_body_post_minlength_validation_response_body_for_content_types
- test_response_body_post_minproperties_validation_response_body_for_content_types
- test_response_body_post_nested_allof_to_check_validation_semantics_response_body_for_content_types
- test_response_body_post_nested_anyof_to_check_validation_semantics_response_body_for_content_types
- test_response_body_post_nested_items_response_body_for_content_types
- test_response_body_post_nested_oneof_to_check_validation_semantics_response_body_for_content_types
- test_response_body_post_not_more_complex_schema_response_body_for_content_types
- test_response_body_post_not_response_body_for_content_types
- test_response_body_post_nul_characters_in_strings_response_body_for_content_types
- test_response_body_post_null_type_matches_only_the_null_object_response_body_for_content_types
- test_response_body_post_number_type_matches_numbers_response_body_for_content_types
- test_response_body_post_object_properties_validation_response_body_for_content_types
- test_response_body_post_object_type_matches_objects_response_body_for_content_types
- test_response_body_post_oneof_complex_types_response_body_for_content_types
- test_response_body_post_oneof_response_body_for_content_types
- test_response_body_post_oneof_with_base_schema_response_body_for_content_types
- test_response_body_post_oneof_with_empty_schema_response_body_for_content_types
- test_response_body_post_oneof_with_required_response_body_for_content_types
- test_response_body_post_pattern_is_not_anchored_response_body_for_content_types
- test_response_body_post_pattern_validation_response_body_for_content_types
- test_response_body_post_properties_with_escaped_characters_response_body_for_content_types
- test_response_body_post_property_named_ref_that_is_not_a_reference_response_body_for_content_types
- test_response_body_post_ref_in_additionalproperties_response_body_for_content_types
- test_response_body_post_ref_in_allof_response_body_for_content_types
- test_response_body_post_ref_in_anyof_response_body_for_content_types
- test_response_body_post_ref_in_items_response_body_for_content_types
- test_response_body_post_ref_in_not_response_body_for_content_types
- test_response_body_post_ref_in_oneof_response_body_for_content_types
- test_response_body_post_ref_in_property_response_body_for_content_types
- test_response_body_post_required_default_validation_response_body_for_content_types
- test_response_body_post_required_validation_response_body_for_content_types
- test_response_body_post_required_with_empty_array_response_body_for_content_types
- test_response_body_post_required_with_escaped_characters_response_body_for_content_types
- test_response_body_post_simple_enum_validation_response_body_for_content_types
- test_response_body_post_string_type_matches_strings_response_body_for_content_types
- test_response_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types
- test_response_body_post_uniqueitems_false_validation_response_body_for_content_types
- test_response_body_post_uniqueitems_validation_response_body_for_content_types
- test_response_body_post_uri_format_response_body_for_content_types
- test_response_body_post_uri_reference_format_response_body_for_content_types
- test_response_body_post_uri_template_format_response_body_for_content_types
- features
- nonCompliantUseDiscriminatorIfCompositionFails/python
- src/this_package
- components/schema
- paths/operators/post
- responses/response_200
- test/test_paths/test_operators
- security/python
- src/this_package
- paths
- path_with_no_explicit_security/get
- responses/response_200
- path_with_one_explicit_security/get
- responses/response_200
- path_with_security_from_root/get
- responses/response_200
- path_with_two_explicit_security/get
- responses/response_200
- test_manual/test_paths
- test_path_with_no_explicit_security
- test_path_with_one_explicit_security
- test_path_with_security_from_root
- test_path_with_two_explicit_security
- test/test_paths
- test_path_with_no_explicit_security
- test_path_with_one_explicit_security
- test_path_with_security_from_root
- test_path_with_two_explicit_security
- petstore/python
- src/petstore_api
- components
- headers
- header_int32_json_content_type_header/content/application_json
- header_number_header
- header_ref_content_schema_header/content/application_json
- header_ref_schema_header
- header_string_header
- parameters
- parameter_component_ref_schema_string_with_validation/content/application_json
- parameter_path_user_name
- parameter_ref_schema_string_with_validation
- request_bodies
- request_body_client/content/application_json
- request_body_pet/content
- application_json
- application_xml
- request_body_user_array/content/application_json
- responses
- response_success_description_only
- response_success_inline_content_and_header
- content/application_json
- headers/header_some_header
- response_success_with_json_api_response/content/application_json
- response_successful_xml_and_json_array_of_pet
- content
- application_json
- application_xml
- schema
- paths
- another_fake_dummy/patch
- responses/response_200
- fake_additional_properties_with_array_of_enums/get
- responses/response_200
- fake_body_with_file_schema/put
- fake_body_with_query_params/put
- parameters/parameter_0
- fake_case_sensitive_params/put
- parameters
- parameter_0
- parameter_1
- parameter_2
- fake_classname_test/patch
- responses/response_200
- fake_delete_coffee_id/delete
- parameters/parameter_0
- responses/response_default
- fake_health/get
- responses/response_200
- fake_inline_additional_properties/post
- request_body/content/application_json
- fake_inline_composition/post
- parameters
- parameter_0
- parameter_1
- request_body/content
- application_json
- multipart_form_data
- responses/response_200
- content
- application_json
- multipart_form_data
- fake_json_form_data/get
- request_body/content/application_x_www_form_urlencoded
- fake_json_patch/patch
- fake_json_with_charset/post
- request_body/content/application_json_charsetutf8
- responses/response_200
- content/application_json_charsetutf8
- fake_multiple_response_bodies/get
- responses
- response_200
- content/application_json
- response_202
- content/application_json
- fake_multiple_securities/get
- responses/response_200
- content/application_json
- fake_obj_in_query/get
- parameters/parameter_0
- fake_parameter_collisions1_abab_self_ab/post
- parameters
- parameter_0
- parameter_10
- parameter_11
- parameter_12
- parameter_13
- parameter_14
- parameter_15
- parameter_16
- parameter_17
- parameter_18
- parameter_1
- parameter_2
- parameter_3
- parameter_4
- parameter_5
- parameter_6
- parameter_7
- parameter_8
- parameter_9
- request_body/content/application_json
- responses/response_200
- content/application_json
- fake_pet_id_upload_image_with_required_file/post
- parameters/parameter_0
- request_body/content/multipart_form_data
- responses/response_200
- fake_query_param_with_json_content_type/get
- parameters/parameter_0/content/application_json
- responses/response_200
- content/application_json
- fake_redirection/get
- responses
- response_303
- response_3xx
- fake_ref_obj_in_query/get
- parameters/parameter_0
- fake_refs_array_of_enums/post
- responses/response_200
- fake_refs_arraymodel/post
- responses/response_200
- fake_refs_boolean/post
- responses/response_200
- fake_refs_composed_one_of_number_with_validations/post
- responses/response_200
- fake_refs_enum/post
- responses/response_200
- fake_refs_mammal/post
- responses/response_200
- fake_refs_number/post
- responses/response_200
- fake_refs_object_model_with_ref_props/post
- responses/response_200
- fake_refs_string/post
- responses/response_200
- fake_response_without_schema/get
- responses/response_200
- fake_test_query_paramters/put
- parameters
- parameter_0
- parameter_1
- parameter_2
- parameter_3
- parameter_4
- parameter_5
- fake_upload_download_file/post
- request_body/content/application_octet_stream
- responses/response_200
- content/application_octet_stream
- fake_upload_files/post
- request_body/content/multipart_form_data
- responses/response_200
- fake_upload_file/post
- request_body/content/multipart_form_data
- responses/response_200
- fake_wild_card_responses/get
- responses
- response_1xx
- content/application_json
- response_200
- content/application_json
- response_2xx
- content/application_json
- response_3xx
- content/application_json
- response_4xx
- content/application_json
- response_5xx
- content/application_json
- fake
- delete
- parameters
- parameter_0
- parameter_1
- parameter_2
- parameter_3
- parameter_4
- parameter_5
- get
- parameters
- parameter_0
- parameter_1
- parameter_2
- parameter_3
- parameter_4
- parameter_5
- request_body/content/application_x_www_form_urlencoded
- responses/response_404
- content/application_json
- patch
- responses/response_200
- post
- request_body/content/application_x_www_form_urlencoded
- responses/response_404
- foo/get
- responses/response_default
- content/application_json
- pet_find_by_status/get
- parameters/parameter_0
- responses/response_400
- pet_find_by_tags/get
- parameters/parameter_0
- responses/response_400
- pet_pet_id_upload_image/post
- parameters/parameter_0
- request_body/content/multipart_form_data
- pet_pet_id
- delete
- parameters
- parameter_0
- parameter_1
- responses/response_400
- get
- parameters/parameter_0
- responses
- response_200
- response_400
- response_404
- post
- parameters/parameter_0
- request_body/content/application_x_www_form_urlencoded
- responses/response_405
- pet
- post
- responses/response_405
- put
- responses
- response_400
- response_404
- response_405
- solidus/get
- store_inventory/get
- store_order_order_id
- delete
- parameters/parameter_0
- responses
- response_400
- response_404
- get
- parameters/parameter_0
- responses
- response_200
- response_400
- response_404
- store_order/post
- responses
- response_200
- response_400
- user_create_with_array/post
- responses/response_default
- user_create_with_list/post
- responses/response_default
- user_login/get
- parameters
- parameter_0
- parameter_1
- responses
- response_200
- content
- application_json
- application_xml
- headers
- header_x_expires_after
- header_x_rate_limit/content/application_json
- response_400
- user_logout/get
- user_username
- delete
- responses/response_404
- get
- responses
- response_200
- response_400
- response_404
- put
- responses
- response_400
- response_404
- user/post
- responses/response_default
- tests_manual/test_paths
- test_fake_redirection
- test_fake_wild_card_responses
- test_fake
- test/test_paths
- test_another_fake_dummy
- test_fake_additional_properties_with_array_of_enums
- test_fake_body_with_file_schema
- test_fake_body_with_query_params
- test_fake_case_sensitive_params
- test_fake_classname_test
- test_fake_delete_coffee_id
- test_fake_health
- test_fake_inline_additional_properties
- test_fake_inline_composition
- test_fake_json_form_data
- test_fake_json_patch
- test_fake_json_with_charset
- test_fake_multiple_response_bodies
- test_fake_multiple_securities
- test_fake_obj_in_query
- test_fake_parameter_collisions1_abab_self_ab
- test_fake_pet_id_upload_image_with_required_file
- test_fake_query_param_with_json_content_type
- test_fake_redirection
- test_fake_ref_obj_in_query
- test_fake_refs_array_of_enums
- test_fake_refs_arraymodel
- test_fake_refs_boolean
- test_fake_refs_composed_one_of_number_with_validations
- test_fake_refs_enum
- test_fake_refs_mammal
- test_fake_refs_number
- test_fake_refs_object_model_with_ref_props
- test_fake_refs_string
- test_fake_response_without_schema
- test_fake_test_query_paramters
- test_fake_upload_download_file
- test_fake_upload_files
- test_fake_upload_file
- test_fake_wild_card_responses
- test_fake
- test_foo
- test_pet_find_by_status
- test_pet_find_by_tags
- test_pet_pet_id_upload_image
- test_pet_pet_id
- test_pet
- test_solidus
- test_store_inventory
- test_store_order_order_id
- test_store_order
- test_user_create_with_array
- test_user_create_with_list
- test_user_login
- test_user_logout
- test_user_username
- test_user
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
Lines changed: 65 additions & 156 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
80 | 81 | | |
81 | 82 | | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
82 | 87 | | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
| 88 | + | |
| 89 | + | |
92 | 90 | | |
93 | 91 | | |
94 | 92 | | |
| |||
331 | 329 | | |
332 | 330 | | |
333 | 331 | | |
| 332 | + | |
334 | 333 | | |
335 | | - | |
336 | | - | |
337 | | - | |
338 | | - | |
339 | | - | |
340 | | - | |
341 | | - | |
342 | | - | |
343 | | - | |
344 | | - | |
345 | | - | |
346 | | - | |
347 | | - | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
348 | 339 | | |
349 | 340 | | |
350 | 341 | | |
| |||
730 | 721 | | |
731 | 722 | | |
732 | 723 | | |
733 | | - | |
734 | | - | |
735 | | - | |
736 | | - | |
737 | | - | |
738 | | - | |
739 | | - | |
740 | | - | |
741 | | - | |
742 | | - | |
743 | | - | |
744 | | - | |
745 | | - | |
746 | 724 | | |
747 | 725 | | |
748 | 726 | | |
| |||
883 | 861 | | |
884 | 862 | | |
885 | 863 | | |
886 | | - | |
| 864 | + | |
887 | 865 | | |
888 | 866 | | |
889 | 867 | | |
| |||
935 | 913 | | |
936 | 914 | | |
937 | 915 | | |
| 916 | + | |
938 | 917 | | |
939 | 918 | | |
940 | 919 | | |
| |||
948 | 927 | | |
949 | 928 | | |
950 | 929 | | |
951 | | - | |
952 | | - | |
953 | | - | |
954 | | - | |
955 | | - | |
956 | | - | |
| 930 | + | |
| 931 | + | |
957 | 932 | | |
958 | 933 | | |
959 | 934 | | |
960 | | - | |
961 | | - | |
962 | | - | |
963 | | - | |
964 | | - | |
965 | | - | |
966 | | - | |
967 | | - | |
968 | | - | |
969 | | - | |
970 | | - | |
971 | | - | |
972 | | - | |
973 | | - | |
974 | | - | |
975 | | - | |
976 | | - | |
977 | | - | |
978 | | - | |
979 | | - | |
980 | | - | |
| 935 | + | |
| 936 | + | |
| 937 | + | |
| 938 | + | |
| 939 | + | |
| 940 | + | |
| 941 | + | |
| 942 | + | |
| 943 | + | |
| 944 | + | |
| 945 | + | |
| 946 | + | |
981 | 947 | | |
| 948 | + | |
982 | 949 | | |
983 | 950 | | |
984 | 951 | | |
| |||
1016 | 983 | | |
1017 | 984 | | |
1018 | 985 | | |
1019 | | - | |
1020 | | - | |
1021 | | - | |
1022 | | - | |
| 986 | + | |
1023 | 987 | | |
1024 | 988 | | |
1025 | 989 | | |
1026 | 990 | | |
1027 | 991 | | |
1028 | | - | |
| 992 | + | |
1029 | 993 | | |
1030 | 994 | | |
1031 | 995 | | |
1032 | | - | |
| 996 | + | |
1033 | 997 | | |
| 998 | + | |
1034 | 999 | | |
| 1000 | + | |
| 1001 | + | |
| 1002 | + | |
| 1003 | + | |
| 1004 | + | |
| 1005 | + | |
| 1006 | + | |
| 1007 | + | |
| 1008 | + | |
| 1009 | + | |
| 1010 | + | |
| 1011 | + | |
| 1012 | + | |
| 1013 | + | |
| 1014 | + | |
| 1015 | + | |
| 1016 | + | |
| 1017 | + | |
| 1018 | + | |
| 1019 | + | |
| 1020 | + | |
| 1021 | + | |
| 1022 | + | |
| 1023 | + | |
1035 | 1024 | | |
1036 | 1025 | | |
1037 | | - | |
1038 | | - | |
1039 | 1026 | | |
1040 | 1027 | | |
1041 | 1028 | | |
| |||
1046 | 1033 | | |
1047 | 1034 | | |
1048 | 1035 | | |
1049 | | - | |
| 1036 | + | |
1050 | 1037 | | |
1051 | 1038 | | |
1052 | 1039 | | |
| |||
1065 | 1052 | | |
1066 | 1053 | | |
1067 | 1054 | | |
1068 | | - | |
1069 | | - | |
1070 | | - | |
1071 | | - | |
1072 | | - | |
1073 | | - | |
1074 | | - | |
1075 | | - | |
1076 | | - | |
1077 | | - | |
1078 | | - | |
1079 | | - | |
1080 | | - | |
1081 | | - | |
1082 | | - | |
1083 | | - | |
1084 | | - | |
1085 | | - | |
1086 | | - | |
1087 | | - | |
1088 | | - | |
1089 | | - | |
1090 | | - | |
1091 | | - | |
1092 | | - | |
1093 | | - | |
1094 | | - | |
1095 | | - | |
1096 | | - | |
1097 | | - | |
1098 | | - | |
1099 | | - | |
1100 | | - | |
1101 | | - | |
1102 | | - | |
1103 | | - | |
1104 | | - | |
1105 | | - | |
1106 | | - | |
1107 | | - | |
1108 | | - | |
1109 | | - | |
1110 | | - | |
1111 | | - | |
1112 | | - | |
1113 | | - | |
1114 | | - | |
1115 | | - | |
1116 | | - | |
1117 | | - | |
1118 | | - | |
1119 | | - | |
1120 | | - | |
1121 | | - | |
1122 | | - | |
1123 | | - | |
1124 | | - | |
1125 | | - | |
1126 | | - | |
1127 | | - | |
1128 | | - | |
1129 | | - | |
1130 | | - | |
1131 | | - | |
1132 | | - | |
1133 | | - | |
1134 | | - | |
1135 | | - | |
1136 | | - | |
1137 | | - | |
1138 | | - | |
1139 | | - | |
1140 | | - | |
1141 | | - | |
1142 | | - | |
1143 | | - | |
1144 | 1055 | | |
1145 | 1056 | | |
1146 | 1057 | | |
1147 | 1058 | | |
1148 | 1059 | | |
1149 | 1060 | | |
1150 | | - | |
| 1061 | + | |
1151 | 1062 | | |
1152 | | - | |
| 1063 | + | |
1153 | 1064 | | |
1154 | 1065 | | |
1155 | 1066 | | |
| |||
1208 | 1119 | | |
1209 | 1120 | | |
1210 | 1121 | | |
1211 | | - | |
| 1122 | + | |
1212 | 1123 | | |
1213 | 1124 | | |
1214 | 1125 | | |
| |||
1232 | 1143 | | |
1233 | 1144 | | |
1234 | 1145 | | |
1235 | | - | |
| 1146 | + | |
1236 | 1147 | | |
1237 | 1148 | | |
1238 | 1149 | | |
1239 | 1150 | | |
1240 | 1151 | | |
1241 | 1152 | | |
1242 | | - | |
1243 | | - | |
1244 | | - | |
| 1153 | + | |
1245 | 1154 | | |
1246 | 1155 | | |
1247 | 1156 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| 19 | + | |
17 | 20 | | |
| 21 | + | |
18 | 22 | | |
| 23 | + | |
19 | 24 | | |
| 25 | + | |
20 | 26 | | |
| 27 | + | |
21 | 28 | | |
| 29 | + | |
22 | 30 | | |
23 | 31 | | |
24 | 32 | | |
| |||
0 commit comments