This repository was archived by the owner on Dec 25, 2024. It is now read-only.
Commit ee94685
committed
Samples regenerated
[v2] Restructures endpoint data (#35)
* Restructures endpoint data, modules written for responses
* Endpoint docs improved, not done yet
* Updates header_params
* Updates path_parameters
* Updates cookie_params, updates x_params to say key + input type
* Samples updated
* Fixes DefaultCodegenTests
v2.0.0 adds request_body module (#46)
* Java and template updates for separate request body module
* Samples updated
* Samples regenerated
V2.0.0 adds parameter modules, response packages, and response header modules (#47)
* Adds parameter template and code to write it
* Writes module for each parameter
* Removes prependFormOrBodyParameters
* Sample regenrated
* Samples regenerated
* Fixes readme example
* simplifies setting items and additional_properties var names
* Regenerates sample with fixed schema names
* Samples regenerated
* Fixes java docstirng typo
* Fixes JavaModelTest tests
* Fixes tests in JavaModelEnumTest
* FIxes tests in JavaClientCodegenTest
* FIxes tests in DefaultGeneratorTest
* FIxes tests in DefaultCodegenTest
* Adds HeaderParameterWithoutName to api_client
* Sample regenerated, responses are now modules
* Moves request body schemas to the root indentation level of the response modules
* Adds code to generate response header modules
* Updates fromParameter
* Sample updated, fixed bug where form param was not seen as body
* Samples regenerated
* Fixes java tests
2.0.0, moves models into components.schema package (#51)
* python client modelPackage updated
* Fixes links in model_doc template
* Samples updated and python client path methods updated
* Models sucessfully moved into components/schema in one sample
* Replaces model import with components.schema
* Fixes readme imports
* Fixes model doc links from endpoint docs
* Samples regenerated
* Fixes manual test model imports
* Samples regenerated, added init for test components
* Removes model models folders
Changes complexType to refClass (#52)1 parent a4f38b7 commit ee94685
2,850 files changed
Lines changed: 152676 additions & 144484 deletions
File tree
- docs
- modules/openapi-json-schema-generator/src
- main
- java/org/openapitools/codegen
- languages
- resources
- Java
- libraries
- jersey2
- jersey3
- native
- okhttp-gson
- kotlin-client
- python
- model_templates
- test
- java/org/openapitools/codegen
- java
- resources/3_0/python
- samples/openapi3/client
- 3_0_3_unit_test/python
- .openapi-generator
- docs
- apis/tags
- components/schema
- models
- test
- components
- schema
- 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
- components
- schemas
- schema
- models
- model
- paths
- request_body_post_additionalproperties_allows_a_schema_which_should_validate_request_body
- post
- response_for_200
- request_body_post_additionalproperties_are_allowed_by_default_request_body
- post
- response_for_200
- request_body_post_additionalproperties_can_exist_by_itself_request_body
- post
- response_for_200
- request_body_post_additionalproperties_should_not_look_in_applicators_request_body
- post
- response_for_200
- request_body_post_allof_combined_with_anyof_oneof_request_body
- post
- response_for_200
- request_body_post_allof_request_body
- post
- response_for_200
- request_body_post_allof_simple_types_request_body
- post
- response_for_200
- request_body_post_allof_with_base_schema_request_body
- post
- response_for_200
- request_body_post_allof_with_one_empty_schema_request_body
- post
- response_for_200
- request_body_post_allof_with_the_first_empty_schema_request_body
- post
- response_for_200
- request_body_post_allof_with_the_last_empty_schema_request_body
- post
- response_for_200
- request_body_post_allof_with_two_empty_schemas_request_body
- post
- response_for_200
- request_body_post_anyof_complex_types_request_body
- post
- response_for_200
- request_body_post_anyof_request_body
- post
- response_for_200
- request_body_post_anyof_with_base_schema_request_body
- post
- response_for_200
- request_body_post_anyof_with_one_empty_schema_request_body
- post
- response_for_200
- request_body_post_array_type_matches_arrays_request_body
- post
- response_for_200
- request_body_post_boolean_type_matches_booleans_request_body
- post
- response_for_200
- request_body_post_by_int_request_body
- post
- response_for_200
- request_body_post_by_number_request_body
- post
- response_for_200
- request_body_post_by_small_number_request_body
- post
- response_for_200
- request_body_post_date_time_format_request_body
- post
- response_for_200
- request_body_post_email_format_request_body
- post
- response_for_200
- request_body_post_enum_with0_does_not_match_false_request_body
- post
- response_for_200
- request_body_post_enum_with1_does_not_match_true_request_body
- post
- response_for_200
- request_body_post_enum_with_escaped_characters_request_body
- post
- response_for_200
- request_body_post_enum_with_false_does_not_match0_request_body
- post
- response_for_200
- request_body_post_enum_with_true_does_not_match1_request_body
- post
- response_for_200
- request_body_post_enums_in_properties_request_body
- post
- response_for_200
- request_body_post_forbidden_property_request_body
- post
- response_for_200
- request_body_post_hostname_format_request_body
- post
- response_for_200
- request_body_post_integer_type_matches_integers_request_body
- post
- response_for_200
- request_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body
- post
- response_for_200
- request_body_post_invalid_string_value_for_default_request_body
- post
- response_for_200
- request_body_post_ipv4_format_request_body
- post
- response_for_200
- request_body_post_ipv6_format_request_body
- post
- response_for_200
- request_body_post_json_pointer_format_request_body
- post
- response_for_200
- request_body_post_maximum_validation_request_body
- post
- response_for_200
- request_body_post_maximum_validation_with_unsigned_integer_request_body
- post
- response_for_200
- request_body_post_maxitems_validation_request_body
- post
- response_for_200
- request_body_post_maxlength_validation_request_body
- post
- response_for_200
- request_body_post_maxproperties0_means_the_object_is_empty_request_body
- post
- response_for_200
- request_body_post_maxproperties_validation_request_body
- post
- response_for_200
- request_body_post_minimum_validation_request_body
- post
- response_for_200
- request_body_post_minimum_validation_with_signed_integer_request_body
- post
- response_for_200
- request_body_post_minitems_validation_request_body
- post
- response_for_200
- request_body_post_minlength_validation_request_body
- post
- response_for_200
- request_body_post_minproperties_validation_request_body
- post
- response_for_200
- request_body_post_nested_allof_to_check_validation_semantics_request_body
- post
- response_for_200
- request_body_post_nested_anyof_to_check_validation_semantics_request_body
- post
- response_for_200
- request_body_post_nested_items_request_body
- post
- response_for_200
- request_body_post_nested_oneof_to_check_validation_semantics_request_body
- post
- response_for_200
- request_body_post_not_more_complex_schema_request_body
- post
- response_for_200
- request_body_post_not_request_body
- post
- response_for_200
- request_body_post_nul_characters_in_strings_request_body
- post
- response_for_200
- request_body_post_null_type_matches_only_the_null_object_request_body
- post
- response_for_200
- request_body_post_number_type_matches_numbers_request_body
- post
- response_for_200
- request_body_post_object_properties_validation_request_body
- post
- response_for_200
- request_body_post_object_type_matches_objects_request_body
- post
- response_for_200
- request_body_post_oneof_complex_types_request_body
- post
- response_for_200
- request_body_post_oneof_request_body
- post
- response_for_200
- request_body_post_oneof_with_base_schema_request_body
- post
- response_for_200
- request_body_post_oneof_with_empty_schema_request_body
- post
- response_for_200
- request_body_post_oneof_with_required_request_body
- post
- response_for_200
- request_body_post_pattern_is_not_anchored_request_body
- post
- response_for_200
- request_body_post_pattern_validation_request_body
- post
- response_for_200
- request_body_post_properties_with_escaped_characters_request_body
- post
- response_for_200
- request_body_post_property_named_ref_that_is_not_a_reference_request_body
- post
- response_for_200
- request_body_post_ref_in_additionalproperties_request_body
- post
- response_for_200
- request_body_post_ref_in_allof_request_body
- post
- response_for_200
- request_body_post_ref_in_anyof_request_body
- post
- response_for_200
- request_body_post_ref_in_items_request_body
- post
- response_for_200
- request_body_post_ref_in_not_request_body
- post
- response_for_200
- request_body_post_ref_in_oneof_request_body
- post
- response_for_200
- request_body_post_ref_in_property_request_body
- post
- response_for_200
- request_body_post_required_default_validation_request_body
- post
- response_for_200
- request_body_post_required_validation_request_body
- post
- response_for_200
- request_body_post_required_with_empty_array_request_body
- post
- response_for_200
- request_body_post_required_with_escaped_characters_request_body
- post
- response_for_200
- request_body_post_simple_enum_validation_request_body
- post
- response_for_200
- request_body_post_string_type_matches_strings_request_body
- post
- response_for_200
- request_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body
- post
- response_for_200
- request_body_post_uniqueitems_false_validation_request_body
- post
- response_for_200
- request_body_post_uniqueitems_validation_request_body
- post
- response_for_200
- request_body_post_uri_format_request_body
- post
- response_for_200
- request_body_post_uri_reference_format_request_body
- post
- response_for_200
- request_body_post_uri_template_format_request_body
- post
- response_for_200
- response_body_post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types
- post
- response_for_200
- response_body_post_additionalproperties_are_allowed_by_default_response_body_for_content_types
- post
- response_for_200
- response_body_post_additionalproperties_can_exist_by_itself_response_body_for_content_types
- post
- response_for_200
- response_body_post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types
- post
- response_for_200
- response_body_post_allof_combined_with_anyof_oneof_response_body_for_content_types
- post
- response_for_200
- response_body_post_allof_response_body_for_content_types
- post
- response_for_200
- response_body_post_allof_simple_types_response_body_for_content_types
- post
- response_for_200
- response_body_post_allof_with_base_schema_response_body_for_content_types
- post
- response_for_200
- response_body_post_allof_with_one_empty_schema_response_body_for_content_types
- post
- response_for_200
- response_body_post_allof_with_the_first_empty_schema_response_body_for_content_types
- post
- response_for_200
- response_body_post_allof_with_the_last_empty_schema_response_body_for_content_types
- post
- response_for_200
- response_body_post_allof_with_two_empty_schemas_response_body_for_content_types
- post
- response_for_200
- response_body_post_anyof_complex_types_response_body_for_content_types
- post
- response_for_200
- response_body_post_anyof_response_body_for_content_types
- post
- response_for_200
- response_body_post_anyof_with_base_schema_response_body_for_content_types
- post
- response_for_200
- response_body_post_anyof_with_one_empty_schema_response_body_for_content_types
- post
- response_for_200
- response_body_post_array_type_matches_arrays_response_body_for_content_types
- post
- response_for_200
- response_body_post_boolean_type_matches_booleans_response_body_for_content_types
- post
- response_for_200
- response_body_post_by_int_response_body_for_content_types
- post
- response_for_200
- response_body_post_by_number_response_body_for_content_types
- post
- response_for_200
- response_body_post_by_small_number_response_body_for_content_types
- post
- response_for_200
- response_body_post_date_time_format_response_body_for_content_types
- post
- response_for_200
- response_body_post_email_format_response_body_for_content_types
- post
- response_for_200
- response_body_post_enum_with0_does_not_match_false_response_body_for_content_types
- post
- response_for_200
- response_body_post_enum_with1_does_not_match_true_response_body_for_content_types
- post
- response_for_200
- response_body_post_enum_with_escaped_characters_response_body_for_content_types
- post
- response_for_200
- response_body_post_enum_with_false_does_not_match0_response_body_for_content_types
- post
- response_for_200
- response_body_post_enum_with_true_does_not_match1_response_body_for_content_types
- post
- response_for_200
- response_body_post_enums_in_properties_response_body_for_content_types
- post
- response_for_200
- response_body_post_forbidden_property_response_body_for_content_types
- post
- response_for_200
- response_body_post_hostname_format_response_body_for_content_types
- post
- response_for_200
- response_body_post_integer_type_matches_integers_response_body_for_content_types
- post
- response_for_200
- response_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types
- post
- response_for_200
- response_body_post_invalid_string_value_for_default_response_body_for_content_types
- post
- response_for_200
- response_body_post_ipv4_format_response_body_for_content_types
- post
- response_for_200
- response_body_post_ipv6_format_response_body_for_content_types
- post
- response_for_200
- response_body_post_json_pointer_format_response_body_for_content_types
- post
- response_for_200
- response_body_post_maximum_validation_response_body_for_content_types
- post
- response_for_200
- response_body_post_maximum_validation_with_unsigned_integer_response_body_for_content_types
- post
- response_for_200
- response_body_post_maxitems_validation_response_body_for_content_types
- post
- response_for_200
- response_body_post_maxlength_validation_response_body_for_content_types
- post
- response_for_200
- response_body_post_maxproperties0_means_the_object_is_empty_response_body_for_content_types
- post
- response_for_200
- response_body_post_maxproperties_validation_response_body_for_content_types
- post
- response_for_200
- response_body_post_minimum_validation_response_body_for_content_types
- post
- response_for_200
- response_body_post_minimum_validation_with_signed_integer_response_body_for_content_types
- post
- response_for_200
- response_body_post_minitems_validation_response_body_for_content_types
- post
- response_for_200
- response_body_post_minlength_validation_response_body_for_content_types
- post
- response_for_200
- response_body_post_minproperties_validation_response_body_for_content_types
- post
- response_for_200
- response_body_post_nested_allof_to_check_validation_semantics_response_body_for_content_types
- post
- response_for_200
- response_body_post_nested_anyof_to_check_validation_semantics_response_body_for_content_types
- post
- response_for_200
- response_body_post_nested_items_response_body_for_content_types
- post
- response_for_200
- response_body_post_nested_oneof_to_check_validation_semantics_response_body_for_content_types
- post
- response_for_200
- response_body_post_not_more_complex_schema_response_body_for_content_types
- post
- response_for_200
- response_body_post_not_response_body_for_content_types
- post
- response_for_200
- response_body_post_nul_characters_in_strings_response_body_for_content_types
- post
- response_for_200
- response_body_post_null_type_matches_only_the_null_object_response_body_for_content_types
- post
- response_for_200
- response_body_post_number_type_matches_numbers_response_body_for_content_types
- post
- response_for_200
- response_body_post_object_properties_validation_response_body_for_content_types
- post
- response_for_200
- response_body_post_object_type_matches_objects_response_body_for_content_types
- post
- response_for_200
- response_body_post_oneof_complex_types_response_body_for_content_types
- post
- response_for_200
- response_body_post_oneof_response_body_for_content_types
- post
- response_for_200
- response_body_post_oneof_with_base_schema_response_body_for_content_types
- post
- response_for_200
- response_body_post_oneof_with_empty_schema_response_body_for_content_types
- post
- response_for_200
- response_body_post_oneof_with_required_response_body_for_content_types
- post
- response_for_200
- response_body_post_pattern_is_not_anchored_response_body_for_content_types
- post
- response_for_200
- response_body_post_pattern_validation_response_body_for_content_types
- post
- response_for_200
- response_body_post_properties_with_escaped_characters_response_body_for_content_types
- post
- response_for_200
- response_body_post_property_named_ref_that_is_not_a_reference_response_body_for_content_types
- post
- response_for_200
- response_body_post_ref_in_additionalproperties_response_body_for_content_types
- post
- response_for_200
- response_body_post_ref_in_allof_response_body_for_content_types
- post
- response_for_200
- response_body_post_ref_in_anyof_response_body_for_content_types
- post
- response_for_200
- response_body_post_ref_in_items_response_body_for_content_types
- post
- response_for_200
- response_body_post_ref_in_not_response_body_for_content_types/post
- response_for_200
- response_body_post_ref_in_oneof_response_body_for_content_types
- post
- response_for_200
- response_body_post_ref_in_property_response_body_for_content_types
- post
- response_for_200
- response_body_post_required_default_validation_response_body_for_content_types
- post
- response_for_200
- response_body_post_required_validation_response_body_for_content_types
- post
- response_for_200
- response_body_post_required_with_empty_array_response_body_for_content_types
- post
- response_for_200
- response_body_post_required_with_escaped_characters_response_body_for_content_types
- post
- response_for_200
- response_body_post_simple_enum_validation_response_body_for_content_types
- post
- response_for_200
- response_body_post_string_type_matches_strings_response_body_for_content_types
- post
- response_for_200
- response_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types
- post
- response_for_200
- response_body_post_uniqueitems_false_validation_response_body_for_content_types
- post
- response_for_200
- response_body_post_uniqueitems_validation_response_body_for_content_types
- post
- response_for_200
- response_body_post_uri_format_response_body_for_content_types
- post
- response_for_200
- response_body_post_uri_reference_format_response_body_for_content_types
- post
- response_for_200
- response_body_post_uri_template_format_response_body_for_content_types
- post
- response_for_200
- features/nonCompliantUseDiscriminatorIfCompositionFails/python
- .openapi-generator
- docs
- apis/tags
- components/schema
- models
- test_manual
- test/components
- schema
- this_package
- components
- schemas
- schema
- models
- model
- paths/operators
- post
- response_for_200
- petstore/python
- .openapi-generator
- docs
- apis/tags
- components/schema
- models
- petstore_api
- components
- schemas
- schema
- models
- model
- paths
- another_fake_dummy
- patch
- response_for_200
- fake_additional_properties_with_array_of_enums
- get
- response_for_200
- fake_body_with_file_schema
- put
- response_for_200
- fake_body_with_query_params
- put
- response_for_200
- fake_case_sensitive_params
- put
- response_for_200
- fake_classname_test
- patch
- response_for_200
- fake_delete_coffee_id
- delete
- response_for_200
- response_for_default
- fake_health
- get
- response_for_200
- fake_inline_additional_properties
- post
- response_for_200
- fake_inline_composition_
- post
- response_for_200
- fake_json_form_data
- get
- response_for_200
- fake_json_patch
- patch
- response_for_200
- fake_json_with_charset
- post
- response_for_200
- fake_obj_in_query
- get
- response_for_200
- fake_parameter_collisions_1_a_b_ab_self_a_b_
- post
- response_for_200
- fake_pet_id_upload_image_with_required_file
- post
- response_for_200
- fake_query_param_with_json_content_type
- get
- response_for_200
- fake_ref_obj_in_query
- get
- response_for_200
- fake_refs_array_of_enums
- post
- response_for_200
- fake_refs_arraymodel
- post
- response_for_200
- fake_refs_boolean
- post
- response_for_200
- fake_refs_composed_one_of_number_with_validations
- post
- response_for_200
- fake_refs_enum
- post
- response_for_200
- fake_refs_mammal
- post
- response_for_200
- fake_refs_number
- post
- response_for_200
- fake_refs_object_model_with_ref_props
- post
- response_for_200
- fake_refs_string
- post
- response_for_200
- fake_response_without_schema
- get
- response_for_200
- fake_test_query_paramters
- put
- response_for_200
- fake_upload_download_file
- post
- response_for_200
- fake_upload_files
- post
- response_for_200
- fake_upload_file
- post
- response_for_200
- fake
- delete
- response_for_200
- get
- response_for_200
- response_for_404
- patch
- response_for_200
- post
- response_for_200
- response_for_404
- foo
- get
- response_for_default
- pet_find_by_status
- get
- response_for_200
- response_for_400
- pet_find_by_tags
- get
- response_for_200
- response_for_400
- pet_pet_id_upload_image
- post
- response_for_200
- pet_pet_id
- delete
- response_for_400
- get
- response_for_200
- response_for_400
- response_for_404
- post
- response_for_405
- pet
- post
- response_for_200
- response_for_405
- put
- response_for_400
- response_for_404
- response_for_405
- store_inventory
- get
- response_for_200
- store_order_order_id
- delete
- response_for_400
- response_for_404
- get
- response_for_200
- response_for_400
- response_for_404
- store_order
- post
- response_for_200
- response_for_400
- user_create_with_array
- post
- response_for_default
- user_create_with_list
- post
- response_for_default
- user_login
- get
- response_for_200
- response_for_400
- user_logout
- get
- response_for_default
- user_username
- delete
- response_for_200
- response_for_404
- get
- response_for_200
- response_for_400
- response_for_404
- put
- response_for_400
- response_for_404
- user
- post
- response_for_default
- tests_manual
- test_paths/test_pet_pet_id
- test
- components
- schema
- test_paths
- test_another_fake_dummy
- 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_files
- test_fake_upload_file
- 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_store_inventory
- test_store_order_order_id
- test_store_order
- test_user_login
- test_user_username
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
312 | | - | |
| 312 | + | |
313 | 313 | | |
314 | 314 | | |
315 | | - | |
| 315 | + | |
316 | 316 | | |
317 | 317 | | |
318 | 318 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
807 | 807 | | |
808 | 808 | | |
809 | 809 | | |
810 | | - | |
| 810 | + | |
811 | 811 | | |
812 | 812 | | |
813 | 813 | | |
| |||
Lines changed: 8 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 | 32 | | |
| |||
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
261 | | - | |
262 | | - | |
| 261 | + | |
| 262 | + | |
263 | 263 | | |
264 | 264 | | |
265 | | - | |
266 | | - | |
| 265 | + | |
| 266 | + | |
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
| |||
978 | 978 | | |
979 | 979 | | |
980 | 980 | | |
981 | | - | |
| 981 | + | |
982 | 982 | | |
983 | 983 | | |
984 | 984 | | |
| |||
1151 | 1151 | | |
1152 | 1152 | | |
1153 | 1153 | | |
1154 | | - | |
| 1154 | + | |
1155 | 1155 | | |
1156 | 1156 | | |
1157 | 1157 | | |
| |||
1197 | 1197 | | |
1198 | 1198 | | |
1199 | 1199 | | |
1200 | | - | |
| 1200 | + | |
1201 | 1201 | | |
1202 | 1202 | | |
1203 | 1203 | | |
| |||
Lines 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 | | |
| |||
0 commit comments