This repository was archived by the owner on Dec 25, 2024. It is now read-only.
File tree
220 files changed
+530
-1052
lines changed- modules/openapi-json-schema-generator/src/main/resources/python
- samples/openapi3/client
- 3_0_3_unit_test/python/unit_test_api/paths
- response_body_post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types
- response_body_post_additionalproperties_are_allowed_by_default_response_body_for_content_types
- response_body_post_additionalproperties_can_exist_by_itself_response_body_for_content_types
- response_body_post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types
- response_body_post_allof_combined_with_anyof_oneof_response_body_for_content_types
- response_body_post_allof_response_body_for_content_types
- response_body_post_allof_simple_types_response_body_for_content_types
- response_body_post_allof_with_base_schema_response_body_for_content_types
- response_body_post_allof_with_one_empty_schema_response_body_for_content_types
- response_body_post_allof_with_the_first_empty_schema_response_body_for_content_types
- response_body_post_allof_with_the_last_empty_schema_response_body_for_content_types
- response_body_post_allof_with_two_empty_schemas_response_body_for_content_types
- response_body_post_anyof_complex_types_response_body_for_content_types
- response_body_post_anyof_response_body_for_content_types
- response_body_post_anyof_with_base_schema_response_body_for_content_types
- response_body_post_anyof_with_one_empty_schema_response_body_for_content_types
- response_body_post_array_type_matches_arrays_response_body_for_content_types
- response_body_post_boolean_type_matches_booleans_response_body_for_content_types
- response_body_post_by_int_response_body_for_content_types
- response_body_post_by_number_response_body_for_content_types
- response_body_post_by_small_number_response_body_for_content_types
- response_body_post_date_time_format_response_body_for_content_types
- response_body_post_email_format_response_body_for_content_types
- response_body_post_enum_with0_does_not_match_false_response_body_for_content_types
- response_body_post_enum_with1_does_not_match_true_response_body_for_content_types
- response_body_post_enum_with_escaped_characters_response_body_for_content_types
- response_body_post_enum_with_false_does_not_match0_response_body_for_content_types
- response_body_post_enum_with_true_does_not_match1_response_body_for_content_types
- response_body_post_enums_in_properties_response_body_for_content_types
- response_body_post_forbidden_property_response_body_for_content_types
- response_body_post_hostname_format_response_body_for_content_types
- response_body_post_integer_type_matches_integers_response_body_for_content_types
- response_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types
- response_body_post_invalid_string_value_for_default_response_body_for_content_types
- response_body_post_ipv4_format_response_body_for_content_types
- response_body_post_ipv6_format_response_body_for_content_types
- response_body_post_json_pointer_format_response_body_for_content_types
- response_body_post_maximum_validation_response_body_for_content_types
- response_body_post_maximum_validation_with_unsigned_integer_response_body_for_content_types
- response_body_post_maxitems_validation_response_body_for_content_types
- response_body_post_maxlength_validation_response_body_for_content_types
- response_body_post_maxproperties0_means_the_object_is_empty_response_body_for_content_types
- response_body_post_maxproperties_validation_response_body_for_content_types
- response_body_post_minimum_validation_response_body_for_content_types
- response_body_post_minimum_validation_with_signed_integer_response_body_for_content_types
- response_body_post_minitems_validation_response_body_for_content_types
- response_body_post_minlength_validation_response_body_for_content_types
- response_body_post_minproperties_validation_response_body_for_content_types
- response_body_post_nested_allof_to_check_validation_semantics_response_body_for_content_types
- response_body_post_nested_anyof_to_check_validation_semantics_response_body_for_content_types
- response_body_post_nested_items_response_body_for_content_types
- response_body_post_nested_oneof_to_check_validation_semantics_response_body_for_content_types
- response_body_post_not_more_complex_schema_response_body_for_content_types
- response_body_post_not_response_body_for_content_types
- response_body_post_nul_characters_in_strings_response_body_for_content_types
- response_body_post_null_type_matches_only_the_null_object_response_body_for_content_types
- response_body_post_number_type_matches_numbers_response_body_for_content_types
- response_body_post_object_properties_validation_response_body_for_content_types
- response_body_post_object_type_matches_objects_response_body_for_content_types
- response_body_post_oneof_complex_types_response_body_for_content_types
- response_body_post_oneof_response_body_for_content_types
- response_body_post_oneof_with_base_schema_response_body_for_content_types
- response_body_post_oneof_with_empty_schema_response_body_for_content_types
- response_body_post_oneof_with_required_response_body_for_content_types
- response_body_post_pattern_is_not_anchored_response_body_for_content_types
- response_body_post_pattern_validation_response_body_for_content_types
- response_body_post_properties_with_escaped_characters_response_body_for_content_types
- response_body_post_property_named_ref_that_is_not_a_reference_response_body_for_content_types
- response_body_post_ref_in_additionalproperties_response_body_for_content_types
- response_body_post_ref_in_allof_response_body_for_content_types
- response_body_post_ref_in_anyof_response_body_for_content_types
- response_body_post_ref_in_items_response_body_for_content_types
- response_body_post_ref_in_not_response_body_for_content_types
- response_body_post_ref_in_oneof_response_body_for_content_types
- response_body_post_ref_in_property_response_body_for_content_types
- response_body_post_required_default_validation_response_body_for_content_types
- response_body_post_required_validation_response_body_for_content_types
- response_body_post_required_with_empty_array_response_body_for_content_types
- response_body_post_required_with_escaped_characters_response_body_for_content_types
- response_body_post_simple_enum_validation_response_body_for_content_types
- response_body_post_string_type_matches_strings_response_body_for_content_types
- response_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types
- response_body_post_uniqueitems_false_validation_response_body_for_content_types
- response_body_post_uniqueitems_validation_response_body_for_content_types
- response_body_post_uri_format_response_body_for_content_types
- response_body_post_uri_reference_format_response_body_for_content_types
- response_body_post_uri_template_format_response_body_for_content_types
- features/nonCompliantUseDiscriminatorIfCompositionFails/python/this_package/paths/operators
- petstore/python
- .openapi-generator
- petstore_api/paths
- fake_additional_properties_with_array_of_enums
- fake_inline_composition_
- fake_json_form_data
- fake_json_patch
- fake_json_with_charset
- fake_parameter_collisions_1_a_b_ab_self_a_b_
- fake_pet_id_upload_image_with_required_file
- fake_refs_array_of_enums
- fake_refs_arraymodel
- fake_refs_boolean
- fake_refs_composed_one_of_number_with_validations
- fake_refs_enum
- fake_refs_number
- fake_refs_object_model_with_ref_props
- fake_refs_string
- fake_upload_files
- fake_upload_file
- fake
- pet_pet_id_upload_image
- pet_pet_id
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
220 files changed
+530
-1052
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
75 |
| - | |
76 | 75 |
| |
77 | 76 |
| |
78 | 77 |
| |
| |||
150 | 149 |
| |
151 | 150 |
| |
152 | 151 |
| |
153 |
| - | |
154 | 152 |
| |
155 | 153 |
| |
156 | 154 |
| |
| |||
200 | 198 |
| |
201 | 199 |
| |
202 | 200 |
| |
203 |
| - | |
204 | 201 |
| |
205 | 202 |
| |
206 | 203 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
70 |
| - | |
71 | 70 |
| |
72 | 71 |
| |
73 | 72 |
| |
| |||
145 | 144 |
| |
146 | 145 |
| |
147 | 146 |
| |
148 |
| - | |
149 | 147 |
| |
150 | 148 |
| |
151 | 149 |
| |
| |||
195 | 193 |
| |
196 | 194 |
| |
197 | 195 |
| |
198 |
| - | |
199 | 196 |
| |
200 | 197 |
| |
201 | 198 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
75 |
| - | |
76 | 75 |
| |
77 | 76 |
| |
78 | 77 |
| |
| |||
150 | 149 |
| |
151 | 150 |
| |
152 | 151 |
| |
153 |
| - | |
154 | 152 |
| |
155 | 153 |
| |
156 | 154 |
| |
| |||
200 | 198 |
| |
201 | 199 |
| |
202 | 200 |
| |
203 |
| - | |
204 | 201 |
| |
205 | 202 |
| |
206 | 203 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
70 |
| - | |
71 | 70 |
| |
72 | 71 |
| |
73 | 72 |
| |
| |||
145 | 144 |
| |
146 | 145 |
| |
147 | 146 |
| |
148 |
| - | |
149 | 147 |
| |
150 | 148 |
| |
151 | 149 |
| |
| |||
195 | 193 |
| |
196 | 194 |
| |
197 | 195 |
| |
198 |
| - | |
199 | 196 |
| |
200 | 197 |
| |
201 | 198 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
75 |
| - | |
76 | 75 |
| |
77 | 76 |
| |
78 | 77 |
| |
| |||
150 | 149 |
| |
151 | 150 |
| |
152 | 151 |
| |
153 |
| - | |
154 | 152 |
| |
155 | 153 |
| |
156 | 154 |
| |
| |||
200 | 198 |
| |
201 | 199 |
| |
202 | 200 |
| |
203 |
| - | |
204 | 201 |
| |
205 | 202 |
| |
206 | 203 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
70 |
| - | |
71 | 70 |
| |
72 | 71 |
| |
73 | 72 |
| |
| |||
145 | 144 |
| |
146 | 145 |
| |
147 | 146 |
| |
148 |
| - | |
149 | 147 |
| |
150 | 148 |
| |
151 | 149 |
| |
| |||
195 | 193 |
| |
196 | 194 |
| |
197 | 195 |
| |
198 |
| - | |
199 | 196 |
| |
200 | 197 |
| |
201 | 198 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
75 |
| - | |
76 | 75 |
| |
77 | 76 |
| |
78 | 77 |
| |
| |||
150 | 149 |
| |
151 | 150 |
| |
152 | 151 |
| |
153 |
| - | |
154 | 152 |
| |
155 | 153 |
| |
156 | 154 |
| |
| |||
200 | 198 |
| |
201 | 199 |
| |
202 | 200 |
| |
203 |
| - | |
204 | 201 |
| |
205 | 202 |
| |
206 | 203 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
70 |
| - | |
71 | 70 |
| |
72 | 71 |
| |
73 | 72 |
| |
| |||
145 | 144 |
| |
146 | 145 |
| |
147 | 146 |
| |
148 |
| - | |
149 | 147 |
| |
150 | 148 |
| |
151 | 149 |
| |
| |||
195 | 193 |
| |
196 | 194 |
| |
197 | 195 |
| |
198 |
| - | |
199 | 196 |
| |
200 | 197 |
| |
201 | 198 |
| |
|
Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
75 |
| - | |
76 | 75 |
| |
77 | 76 |
| |
78 | 77 |
| |
| |||
150 | 149 |
| |
151 | 150 |
| |
152 | 151 |
| |
153 |
| - | |
154 | 152 |
| |
155 | 153 |
| |
156 | 154 |
| |
| |||
200 | 198 |
| |
201 | 199 |
| |
202 | 200 |
| |
203 |
| - | |
204 | 201 |
| |
205 | 202 |
| |
206 | 203 |
| |
|
0 commit comments