This repository was archived by the owner on Dec 25, 2024. It is now read-only.
File tree
1,407 files changed
+142307
-124680
lines changed- modules/openapi-json-schema-generator/src
- main
- java/org/openapitools/codegen
- languages
- resources/python
- test/java/org/openapitools/codegen
- samples/openapi3/client
- 3_0_3_unit_test/python
- .openapi-generator
- docs
- apis/tags
- models
- test
- test_models
- 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
- unit_test_api
- model
- models
- 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
- response_body_post_additionalproperties_are_allowed_by_default_response_body_for_content_types
- post
- response_body_post_additionalproperties_can_exist_by_itself_response_body_for_content_types
- post
- response_body_post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types
- post
- response_body_post_allof_combined_with_anyof_oneof_response_body_for_content_types
- post
- response_body_post_allof_response_body_for_content_types
- post
- response_body_post_allof_simple_types_response_body_for_content_types
- post
- response_body_post_allof_with_base_schema_response_body_for_content_types
- post
- response_body_post_allof_with_one_empty_schema_response_body_for_content_types
- post
- response_body_post_allof_with_the_first_empty_schema_response_body_for_content_types
- post
- response_body_post_allof_with_the_last_empty_schema_response_body_for_content_types
- post
- response_body_post_allof_with_two_empty_schemas_response_body_for_content_types
- post
- response_body_post_anyof_complex_types_response_body_for_content_types
- post
- response_body_post_anyof_response_body_for_content_types
- post
- response_body_post_anyof_with_base_schema_response_body_for_content_types
- post
- response_body_post_anyof_with_one_empty_schema_response_body_for_content_types
- post
- response_body_post_array_type_matches_arrays_response_body_for_content_types
- post
- response_body_post_boolean_type_matches_booleans_response_body_for_content_types
- post
- response_body_post_by_int_response_body_for_content_types
- post
- response_body_post_by_number_response_body_for_content_types
- post
- response_body_post_by_small_number_response_body_for_content_types
- post
- response_body_post_date_time_format_response_body_for_content_types
- post
- response_body_post_email_format_response_body_for_content_types
- post
- response_body_post_enum_with0_does_not_match_false_response_body_for_content_types
- post
- response_body_post_enum_with1_does_not_match_true_response_body_for_content_types
- post
- response_body_post_enum_with_escaped_characters_response_body_for_content_types
- post
- response_body_post_enum_with_false_does_not_match0_response_body_for_content_types
- post
- response_body_post_enum_with_true_does_not_match1_response_body_for_content_types
- post
- response_body_post_enums_in_properties_response_body_for_content_types
- post
- response_body_post_forbidden_property_response_body_for_content_types
- post
- response_body_post_hostname_format_response_body_for_content_types
- post
- response_body_post_integer_type_matches_integers_response_body_for_content_types
- post
- response_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types
- post
- response_body_post_invalid_string_value_for_default_response_body_for_content_types
- post
- response_body_post_ipv4_format_response_body_for_content_types
- post
- response_body_post_ipv6_format_response_body_for_content_types
- post
- response_body_post_json_pointer_format_response_body_for_content_types
- post
- response_body_post_maximum_validation_response_body_for_content_types
- post
- response_body_post_maximum_validation_with_unsigned_integer_response_body_for_content_types
- post
- response_body_post_maxitems_validation_response_body_for_content_types
- post
- response_body_post_maxlength_validation_response_body_for_content_types
- post
- response_body_post_maxproperties0_means_the_object_is_empty_response_body_for_content_types
- post
- response_body_post_maxproperties_validation_response_body_for_content_types
- post
- response_body_post_minimum_validation_response_body_for_content_types
- post
- response_body_post_minimum_validation_with_signed_integer_response_body_for_content_types
- post
- response_body_post_minitems_validation_response_body_for_content_types
- post
- response_body_post_minlength_validation_response_body_for_content_types
- post
- response_body_post_minproperties_validation_response_body_for_content_types
- post
- response_body_post_nested_allof_to_check_validation_semantics_response_body_for_content_types
- post
- response_body_post_nested_anyof_to_check_validation_semantics_response_body_for_content_types
- post
- response_body_post_nested_items_response_body_for_content_types
- post
- response_body_post_nested_oneof_to_check_validation_semantics_response_body_for_content_types
- post
- response_body_post_not_more_complex_schema_response_body_for_content_types
- post
- response_body_post_not_response_body_for_content_types
- post
- response_body_post_nul_characters_in_strings_response_body_for_content_types
- post
- response_body_post_null_type_matches_only_the_null_object_response_body_for_content_types
- post
- response_body_post_number_type_matches_numbers_response_body_for_content_types
- post
- response_body_post_object_properties_validation_response_body_for_content_types
- post
- response_body_post_object_type_matches_objects_response_body_for_content_types
- post
- response_body_post_oneof_complex_types_response_body_for_content_types
- post
- response_body_post_oneof_response_body_for_content_types
- post
- response_body_post_oneof_with_base_schema_response_body_for_content_types
- post
- response_body_post_oneof_with_empty_schema_response_body_for_content_types
- post
- response_body_post_oneof_with_required_response_body_for_content_types
- post
- response_body_post_pattern_is_not_anchored_response_body_for_content_types
- post
- response_body_post_pattern_validation_response_body_for_content_types
- post
- response_body_post_properties_with_escaped_characters_response_body_for_content_types
- post
- response_body_post_property_named_ref_that_is_not_a_reference_response_body_for_content_types
- post
- response_body_post_ref_in_additionalproperties_response_body_for_content_types
- post
- response_body_post_ref_in_allof_response_body_for_content_types
- post
- response_body_post_ref_in_anyof_response_body_for_content_types
- post
- response_body_post_ref_in_items_response_body_for_content_types
- post
- response_body_post_ref_in_not_response_body_for_content_types/post
- response_body_post_ref_in_oneof_response_body_for_content_types
- post
- response_body_post_ref_in_property_response_body_for_content_types
- post
- response_body_post_required_default_validation_response_body_for_content_types
- post
- response_body_post_required_validation_response_body_for_content_types
- post
- response_body_post_required_with_empty_array_response_body_for_content_types
- post
- response_body_post_required_with_escaped_characters_response_body_for_content_types/post
- response_body_post_simple_enum_validation_response_body_for_content_types
- post
- response_body_post_string_type_matches_strings_response_body_for_content_types
- post
- response_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types
- post
- response_body_post_uniqueitems_false_validation_response_body_for_content_types
- post
- response_body_post_uniqueitems_validation_response_body_for_content_types
- post
- response_body_post_uri_format_response_body_for_content_types
- post
- response_body_post_uri_reference_format_response_body_for_content_types
- post
- response_body_post_uri_template_format_response_body_for_content_types
- post
- features/nonCompliantUseDiscriminatorIfCompositionFails/python
- docs/apis/tags
- this_package
- paths/operators
- post
- petstore/python
- docs
- apis/tags
- models
- petstore_api
- model
- paths
- another_fake_dummy
- patch
- fake
- delete
- get
- patch
- post
- fake_additional_properties_with_array_of_enums
- get
- fake_body_with_file_schema
- put
- fake_body_with_query_params
- put
- fake_case_sensitive_params
- put
- fake_classname_test
- patch
- fake_delete_coffee_id
- delete
- fake_health
- get
- fake_inline_additional_properties
- post
- fake_inline_composition_/post
- fake_json_form_data
- get
- fake_json_patch
- patch
- fake_json_with_charset
- post
- fake_obj_in_query/get
- fake_parameter_collisions_1_a_b_ab_self_a_b_
- post
- fake_pet_id_upload_image_with_required_file
- post
- fake_query_param_with_json_content_type
- get
- fake_ref_obj_in_query
- get
- fake_refs_array_of_enums
- post
- fake_refs_arraymodel
- post
- fake_refs_boolean
- post
- fake_refs_composed_one_of_number_with_validations
- post
- fake_refs_enum
- post
- fake_refs_mammal
- post
- fake_refs_number
- post
- fake_refs_object_model_with_ref_props
- post
- fake_refs_string
- post
- fake_response_without_schema
- get
- fake_test_query_paramters/put
- fake_upload_download_file
- post
- fake_upload_file
- post
- fake_upload_files
- post
- foo/get
- 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
- post
- user_create_with_array
- post
- user_create_with_list
- post
- user_login
- get
- user_logout
- 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_classname_test
- test_fake_health
- test_fake_inline_composition_
- test_fake_json_with_charset
- test_fake_parameter_collisions_1_a_b_ab_self_a_b_
- test_fake_pet_id_upload_image_with_required_file
- test_fake_query_param_with_json_content_type
- 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_upload_download_file
- test_fake_upload_file
- test_fake_upload_files
- test_foo
- 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_login
- test_user_username
- tests_manual
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
1,407 files changed
+142307
-124680
lines changedLines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
93 | 93 |
| |
94 | 94 |
| |
95 | 95 |
| |
| 96 | + | |
96 | 97 |
| |
97 | 98 |
| |
98 | 99 |
| |
| |||
105 | 106 |
| |
106 | 107 |
| |
107 | 108 |
| |
108 |
| - | |
| 109 | + | |
109 | 110 |
| |
110 | 111 |
| |
111 | 112 |
| |
| |||
155 | 156 |
| |
156 | 157 |
| |
157 | 158 |
| |
| 159 | + | |
158 | 160 |
| |
159 | 161 |
| |
160 | 162 |
| |
| |||
612 | 614 |
| |
613 | 615 |
| |
614 | 616 |
| |
| 617 | + | |
615 | 618 |
| |
616 | 619 |
| |
617 | 620 |
| |
|
Lines changed: 11 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4265 | 4265 |
| |
4266 | 4266 |
| |
4267 | 4267 |
| |
4268 |
| - | |
| 4268 | + | |
4269 | 4269 |
| |
4270 | 4270 |
| |
4271 | 4271 |
| |
4272 | 4272 |
| |
4273 |
| - | |
4274 |
| - | |
| 4273 | + | |
4275 | 4274 |
| |
4276 | 4275 |
| |
4277 | 4276 |
| |
| |||
4391 | 4390 |
| |
4392 | 4391 |
| |
4393 | 4392 |
| |
4394 |
| - | |
| 4393 | + | |
4395 | 4394 |
| |
4396 | 4395 |
| |
4397 | 4396 |
| |
| |||
7092 | 7091 |
| |
7093 | 7092 |
| |
7094 | 7093 |
| |
7095 |
| - | |
7096 |
| - | |
7097 |
| - | |
7098 |
| - | |
7099 | 7094 |
| |
7100 | 7095 |
| |
7101 | 7096 |
| |
| |||
7121 | 7116 |
| |
7122 | 7117 |
| |
7123 | 7118 |
| |
7124 |
| - | |
| 7119 | + | |
7125 | 7120 |
| |
7126 | 7121 |
| |
7127 | 7122 |
| |
| |||
7140 | 7135 |
| |
7141 | 7136 |
| |
7142 | 7137 |
| |
7143 |
| - | |
| 7138 | + | |
7144 | 7139 |
| |
7145 | 7140 |
| |
7146 | 7141 |
| |
| |||
7157 | 7152 |
| |
7158 | 7153 |
| |
7159 | 7154 |
| |
| 7155 | + | |
| 7156 | + | |
| 7157 | + | |
| 7158 | + | |
7160 | 7159 |
| |
7161 |
| - | |
| 7160 | + | |
7162 | 7161 |
| |
7163 | 7162 |
| |
7164 | 7163 |
| |
| |||
7207 | 7206 |
| |
7208 | 7207 |
| |
7209 | 7208 |
| |
7210 |
| - | |
| 7209 | + | |
7211 | 7210 |
| |
7212 | 7211 |
| |
7213 | 7212 |
| |
|
Lines changed: 39 additions & 89 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
552 | 552 |
| |
553 | 553 |
| |
554 | 554 |
| |
555 |
| - | |
| 555 | + | |
| 556 | + | |
556 | 557 |
| |
557 | 558 |
| |
558 | 559 |
| |
| |||
574 | 575 |
| |
575 | 576 |
| |
576 | 577 |
| |
577 |
| - | |
| 578 | + | |
578 | 579 |
| |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
579 | 595 |
| |
580 | 596 |
| |
581 | 597 |
| |
582 | 598 |
| |
583 | 599 |
| |
584 |
| - | |
| 600 | + | |
585 | 601 |
| |
586 | 602 |
| |
587 | 603 |
| |
| |||
749 | 765 |
| |
750 | 766 |
| |
751 | 767 |
| |
752 |
| - | |
753 |
| - | |
754 |
| - | |
755 |
| - | |
756 |
| - | |
757 |
| - | |
758 |
| - | |
759 |
| - | |
760 |
| - | |
761 |
| - | |
762 |
| - | |
763 |
| - | |
764 |
| - | |
765 |
| - | |
766 |
| - | |
767 |
| - | |
768 |
| - | |
769 |
| - | |
770 |
| - | |
771 |
| - | |
772 |
| - | |
773 |
| - | |
774 |
| - | |
775 |
| - | |
776 |
| - | |
777 |
| - | |
778 |
| - | |
779 |
| - | |
780 |
| - | |
781 |
| - | |
782 |
| - | |
783 |
| - | |
784 |
| - | |
785 |
| - | |
786 |
| - | |
787 |
| - | |
788 |
| - | |
789 |
| - | |
790 |
| - | |
791 |
| - | |
792 |
| - | |
793 |
| - | |
794 |
| - | |
795 |
| - | |
796 |
| - | |
797 |
| - | |
798 |
| - | |
799 |
| - | |
800 |
| - | |
801 |
| - | |
802 |
| - | |
803 |
| - | |
804 |
| - | |
805 |
| - | |
806 |
| - | |
807 |
| - | |
808 |
| - | |
809 |
| - | |
810 |
| - | |
811 |
| - | |
812 |
| - | |
813 |
| - | |
814 |
| - | |
815 |
| - | |
816 |
| - | |
817 |
| - | |
| 768 | + | |
818 | 769 |
| |
819 | 770 |
| |
820 | 771 |
| |
| |||
892 | 843 |
| |
893 | 844 |
| |
894 | 845 |
| |
| 846 | + | |
| 847 | + | |
| 848 | + | |
| 849 | + | |
| 850 | + | |
| 851 | + | |
| 852 | + | |
| 853 | + | |
| 854 | + | |
| 855 | + | |
| 856 | + | |
895 | 857 |
| |
896 | 858 |
| |
897 | 859 |
| |
| |||
902 | 864 |
| |
903 | 865 |
| |
904 | 866 |
| |
905 |
| - | |
906 |
| - | |
907 |
| - | |
908 |
| - | |
909 |
| - | |
910 |
| - | |
911 |
| - | |
| 867 | + | |
| 868 | + | |
| 869 | + | |
912 | 870 |
| |
913 | 871 |
| |
914 | 872 |
| |
| |||
996 | 954 |
| |
997 | 955 |
| |
998 | 956 |
| |
999 |
| - | |
1000 |
| - | |
1001 |
| - | |
1002 |
| - | |
1003 |
| - | |
1004 |
| - | |
1005 |
| - | |
1006 |
| - | |
1007 |
| - | |
1008 |
| - | |
1009 |
| - | |
1010 |
| - | |
1011 | 957 |
| |
1012 | 958 |
| |
1013 | 959 |
| |
| |||
2661 | 2607 |
| |
2662 | 2608 |
| |
2663 | 2609 |
| |
2664 |
| - | |
| 2610 | + | |
2665 | 2611 |
| |
2666 | 2612 |
| |
2667 | 2613 |
| |
2668 | 2614 |
| |
2669 | 2615 |
| |
2670 | 2616 |
| |
| 2617 | + | |
| 2618 | + | |
| 2619 | + | |
| 2620 | + | |
2671 | 2621 |
| |
2672 | 2622 |
| |
2673 | 2623 |
| |
|
Lines changed: 7 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| |||
339 | 339 |
| |
340 | 340 |
| |
341 | 341 |
| |
342 |
| - | |
| 342 | + | |
343 | 343 |
| |
344 | 344 |
| |
345 | 345 |
| |
| |||
779 | 779 |
| |
780 | 780 |
| |
781 | 781 |
| |
782 |
| - | |
| 782 | + | |
783 | 783 |
| |
784 | 784 |
| |
785 | 785 |
| |
| |||
793 | 793 |
| |
794 | 794 |
| |
795 | 795 |
| |
796 |
| - | |
| 796 | + | |
797 | 797 |
| |
798 | 798 |
| |
799 | 799 |
| |
| |||
802 | 802 |
| |
803 | 803 |
| |
804 | 804 |
| |
805 |
| - | |
806 |
| - | |
| 805 | + | |
| 806 | + | |
807 | 807 |
| |
808 | 808 |
| |
809 | 809 |
| |
| |||
813 | 813 |
| |
814 | 814 |
| |
815 | 815 |
| |
816 |
| - | |
| 816 | + | |
817 | 817 |
| |
818 | 818 |
| |
819 | 819 |
| |
|
0 commit comments