This repository was archived by the owner on Dec 25, 2024. It is now read-only.
File tree
635 files changed
+1995
-29183
lines changed- docs/generators
- modules
- openapi-json-schema-generator/src
- main
- java/org/openapijsonschematools/codegen
- languages
- resources/python
- components/responses
- paths/path/verb
- test
- java/org/openapijsonschematools/codegen
- resources/3_0/python
- openapi-json-schema-generator-core/src/main/java/org/openapijsonschematools/codegen/meta
- features
- samples/openapi3/client
- 3_0_3_unit_test/python
- src/unit_test_api/paths
- request_body_post_additionalproperties_allows_a_schema_which_should_validate_request_body/post
- request_body_post_additionalproperties_are_allowed_by_default_request_body/post
- request_body_post_additionalproperties_can_exist_by_itself_request_body/post
- request_body_post_additionalproperties_should_not_look_in_applicators_request_body/post
- request_body_post_allof_combined_with_anyof_oneof_request_body/post
- request_body_post_allof_request_body/post
- request_body_post_allof_simple_types_request_body/post
- request_body_post_allof_with_base_schema_request_body/post
- request_body_post_allof_with_one_empty_schema_request_body/post
- request_body_post_allof_with_the_first_empty_schema_request_body/post
- request_body_post_allof_with_the_last_empty_schema_request_body/post
- request_body_post_allof_with_two_empty_schemas_request_body/post
- request_body_post_anyof_complex_types_request_body/post
- request_body_post_anyof_request_body/post
- request_body_post_anyof_with_base_schema_request_body/post
- request_body_post_anyof_with_one_empty_schema_request_body/post
- request_body_post_array_type_matches_arrays_request_body/post
- request_body_post_boolean_type_matches_booleans_request_body/post
- request_body_post_by_int_request_body/post
- request_body_post_by_number_request_body/post
- request_body_post_by_small_number_request_body/post
- request_body_post_date_time_format_request_body/post
- request_body_post_email_format_request_body/post
- request_body_post_enum_with0_does_not_match_false_request_body/post
- request_body_post_enum_with1_does_not_match_true_request_body/post
- request_body_post_enum_with_escaped_characters_request_body/post
- request_body_post_enum_with_false_does_not_match0_request_body/post
- request_body_post_enum_with_true_does_not_match1_request_body/post
- request_body_post_enums_in_properties_request_body/post
- request_body_post_forbidden_property_request_body/post
- request_body_post_hostname_format_request_body/post
- request_body_post_integer_type_matches_integers_request_body/post
- request_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body/post
- request_body_post_invalid_string_value_for_default_request_body/post
- request_body_post_ipv4_format_request_body/post
- request_body_post_ipv6_format_request_body/post
- request_body_post_json_pointer_format_request_body/post
- request_body_post_maximum_validation_request_body/post
- request_body_post_maximum_validation_with_unsigned_integer_request_body/post
- request_body_post_maxitems_validation_request_body/post
- request_body_post_maxlength_validation_request_body/post
- request_body_post_maxproperties0_means_the_object_is_empty_request_body/post
- request_body_post_maxproperties_validation_request_body/post
- request_body_post_minimum_validation_request_body/post
- request_body_post_minimum_validation_with_signed_integer_request_body/post
- request_body_post_minitems_validation_request_body/post
- request_body_post_minlength_validation_request_body/post
- request_body_post_minproperties_validation_request_body/post
- request_body_post_nested_allof_to_check_validation_semantics_request_body/post
- request_body_post_nested_anyof_to_check_validation_semantics_request_body/post
- request_body_post_nested_items_request_body/post
- request_body_post_nested_oneof_to_check_validation_semantics_request_body/post
- request_body_post_not_more_complex_schema_request_body/post
- request_body_post_not_request_body/post
- request_body_post_nul_characters_in_strings_request_body/post
- request_body_post_null_type_matches_only_the_null_object_request_body/post
- request_body_post_number_type_matches_numbers_request_body/post
- request_body_post_object_properties_validation_request_body/post
- request_body_post_object_type_matches_objects_request_body/post
- request_body_post_oneof_complex_types_request_body/post
- request_body_post_oneof_request_body/post
- request_body_post_oneof_with_base_schema_request_body/post
- request_body_post_oneof_with_empty_schema_request_body/post
- request_body_post_oneof_with_required_request_body/post
- request_body_post_pattern_is_not_anchored_request_body/post
- request_body_post_pattern_validation_request_body/post
- request_body_post_properties_with_escaped_characters_request_body/post
- request_body_post_property_named_ref_that_is_not_a_reference_request_body/post
- request_body_post_ref_in_additionalproperties_request_body/post
- request_body_post_ref_in_allof_request_body/post
- request_body_post_ref_in_anyof_request_body/post
- request_body_post_ref_in_items_request_body/post
- request_body_post_ref_in_not_request_body/post
- request_body_post_ref_in_oneof_request_body/post
- request_body_post_ref_in_property_request_body/post
- request_body_post_required_default_validation_request_body/post
- request_body_post_required_validation_request_body/post
- request_body_post_required_with_empty_array_request_body/post
- request_body_post_required_with_escaped_characters_request_body/post
- request_body_post_simple_enum_validation_request_body/post
- request_body_post_string_type_matches_strings_request_body/post
- request_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body/post
- request_body_post_uniqueitems_false_validation_request_body/post
- request_body_post_uniqueitems_validation_request_body/post
- request_body_post_uri_format_request_body/post
- request_body_post_uri_reference_format_request_body/post
- request_body_post_uri_template_format_request_body/post
- 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/paths/operators/post
- test/test_paths/test_operators
- security/python
- src/this_package/paths
- path_with_no_explicit_security/get
- path_with_one_explicit_security/get
- path_with_security_from_root/get
- path_with_two_explicit_security/get
- 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
- .openapi-generator
- docs
- apis/tags
- paths/fake_wild_card_responses
- src/petstore_api
- apis
- paths
- tags
- paths
- another_fake_dummy/patch
- responses/response_200
- fake
- delete
- get
- responses/response_404
- patch
- responses/response_200
- post
- fake_additional_properties_with_array_of_enums/get
- responses/response_200
- fake_body_with_file_schema/put
- fake_body_with_query_params/put
- fake_case_sensitive_params/put
- fake_classname_test/patch
- responses/response_200
- fake_delete_coffee_id/delete
- fake_health/get
- responses/response_200
- fake_inline_additional_properties/post
- fake_inline_composition/post
- fake_json_form_data/get
- fake_json_patch/patch
- fake_json_with_charset/post
- responses/response_200
- fake_multiple_response_bodies/get
- responses
- response_200
- response_202
- fake_multiple_securities/get
- responses/response_200
- fake_obj_in_query/get
- fake_parameter_collisions1_abab_self_ab/post
- responses/response_200
- fake_pet_id_upload_image_with_required_file/post
- responses/response_200
- fake_query_param_with_json_content_type/get
- responses/response_200
- fake_ref_obj_in_query/get
- 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
- fake_test_query_paramters/put
- fake_upload_download_file/post
- responses/response_200
- fake_upload_file/post
- responses/response_200
- fake_upload_files/post
- 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
- foo/get/responses/response_default
- pet
- post
- put
- pet_find_by_status/get
- pet_find_by_tags/get
- pet_pet_id
- delete
- get
- post
- pet_pet_id_upload_image/post
- store_inventory/get
- store_order/post
- store_order_order_id
- delete
- get
- user_login/get
- user_username
- delete
- get
- put
- test/test_paths
- test_another_fake_dummy
- test_fake
- 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_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_file
- test_fake_upload_files
- test_fake_wild_card_responses
- test_foo
- test_pet
- test_pet_find_by_status
- test_pet_find_by_tags
- test_pet_pet_id
- test_pet_pet_id_upload_image
- test_store_inventory
- test_store_order
- test_store_order_order_id
- test_user
- test_user_create_with_array
- test_user_create_with_list
- test_user_login
- test_user_logout
- test_user_username
- tests_manual/test_paths/test_fake_wild_card_responses
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
635 files changed
+1995
-29183
lines changedLines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
282 | 282 |
| |
283 | 283 |
| |
284 | 284 |
| |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
285 | 292 |
| |
286 | 293 |
| |
287 | 294 |
| |
|
Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
265 | 265 |
| |
266 | 266 |
| |
267 | 267 |
| |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
268 | 275 |
| |
269 | 276 |
| |
270 | 277 |
| |
|
Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
124 | 124 |
| |
125 | 125 |
| |
126 | 126 |
| |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
127 | 134 |
| |
128 | 135 |
| |
129 | 136 |
| |
|
Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
234 | 234 |
| |
235 | 235 |
| |
236 | 236 |
| |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
237 | 244 |
| |
238 | 245 |
| |
239 | 246 |
| |
|
Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
193 | 193 |
| |
194 | 194 |
| |
195 | 195 |
| |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
196 | 203 |
| |
197 | 204 |
| |
198 | 205 |
| |
|
Lines changed: 50 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
| 24 | + | |
24 | 25 |
| |
25 | 26 |
| |
26 | 27 |
| |
| |||
46 | 47 |
| |
47 | 48 |
| |
48 | 49 |
| |
| 50 | + | |
49 | 51 |
| |
50 | 52 |
| |
51 | 53 |
| |
| |||
59 | 61 |
| |
60 | 62 |
| |
61 | 63 |
| |
| 64 | + | |
62 | 65 |
| |
63 | 66 |
| |
64 | 67 |
| |
| |||
81 | 84 |
| |
82 | 85 |
| |
83 | 86 |
| |
| 87 | + | |
84 | 88 |
| |
85 | 89 |
| |
86 | 90 |
| |
87 | 91 |
| |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
88 | 100 |
| |
89 | 101 |
| |
90 | 102 |
| |
| |||
354 | 366 |
| |
355 | 367 |
| |
356 | 368 |
| |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
357 | 385 |
| |
358 | 386 |
| |
359 | 387 |
| |
| |||
389 | 417 |
| |
390 | 418 |
| |
391 | 419 |
| |
| 420 | + | |
| 421 | + | |
392 | 422 |
| |
393 | 423 |
| |
394 | 424 |
| |
| |||
399 | 429 |
| |
400 | 430 |
| |
401 | 431 |
| |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
402 | 452 |
| |
403 | 453 |
| |
404 | 454 |
| |
|
Lines changed: 37 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + |
Lines changed: 9 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
| 41 | + | |
41 | 42 |
| |
42 | 43 |
| |
43 | 44 |
| |
| |||
160 | 161 |
| |
161 | 162 |
| |
162 | 163 |
| |
| 164 | + | |
| 165 | + | |
| 166 | + | |
163 | 167 |
| |
164 | 168 |
| |
165 | 169 |
| |
| |||
3379 | 3383 |
| |
3380 | 3384 |
| |
3381 | 3385 |
| |
3382 |
| - | |
| 3386 | + | |
| 3387 | + | |
3383 | 3388 |
| |
3384 | 3389 |
| |
3385 | 3390 |
| |
| |||
3407 | 3412 |
| |
3408 | 3413 |
| |
3409 | 3414 |
| |
| 3415 | + | |
3410 | 3416 |
| |
3411 | 3417 |
| |
3412 | 3418 |
| |
| |||
3434 | 3440 |
| |
3435 | 3441 |
| |
3436 | 3442 |
| |
3437 |
| - | |
3438 |
| - | |
| 3443 | + | |
| 3444 | + | |
3439 | 3445 |
| |
3440 | 3446 |
| |
3441 | 3447 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
451 | 451 |
| |
452 | 452 |
| |
453 | 453 |
| |
| 454 | + | |
| 455 | + | |
| 456 | + | |
454 | 457 |
| |
455 | 458 |
| |
456 | 459 |
| |
| |||
533 | 536 |
| |
534 | 537 |
| |
535 | 538 |
| |
536 |
| - | |
537 |
| - | |
538 |
| - | |
539 | 539 |
| |
540 | 540 |
| |
541 | 541 |
| |
|
Lines changed: 11 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| 29 | + | |
29 | 30 |
| |
30 | 31 |
| |
31 | 32 |
| |
| |||
226 | 227 |
| |
227 | 228 |
| |
228 | 229 |
| |
| 230 | + | |
| 231 | + | |
| 232 | + | |
229 | 233 |
| |
230 | 234 |
| |
231 | 235 |
| |
| |||
1747 | 1751 |
| |
1748 | 1752 |
| |
1749 | 1753 |
| |
1750 |
| - | |
| 1754 | + | |
| 1755 | + | |
| 1756 | + | |
| 1757 | + | |
1751 | 1758 |
| |
1752 | 1759 |
| |
1753 | 1760 |
| |
1754 | 1761 |
| |
1755 | 1762 |
| |
1756 |
| - | |
1757 | 1763 |
| |
1758 | 1764 |
| |
1759 | 1765 |
| |
| |||
1911 | 1917 |
| |
1912 | 1918 |
| |
1913 | 1919 |
| |
1914 |
| - | |
1915 |
| - | |
1916 |
| - | |
| 1920 | + | |
| 1921 | + | |
1917 | 1922 |
| |
1918 |
| - | |
1919 |
| - | |
1920 |
| - | |
1921 | 1923 |
| |
| 1924 | + | |
1922 | 1925 |
| |
1923 | 1926 |
| |
1924 | 1927 |
| |
|
Lines changed: 11 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
| 72 | + | |
72 | 73 |
| |
73 |
| - | |
74 |
| - | |
75 |
| - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
76 | 77 |
| |
77 |
| - | |
78 |
| - | |
| 78 | + | |
| 79 | + | |
79 | 80 |
| |
80 |
| - | |
81 |
| - | |
| 81 | + | |
| 82 | + | |
82 | 83 |
| |
| 84 | + | |
| 85 | + | |
| 86 | + | |
83 | 87 |
| |
84 | 88 |
| |
85 | 89 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
|
0 commit comments