This repository was archived by the owner on Dec 25, 2024. It is now read-only.
File tree
471 files changed
+12425
-19996
lines changed- modules/openapi-json-schema-generator/src
- main
- java/org/openapitools/codegen
- resources/python
- test/resources/3_0/python
- samples/openapi3/client/3_0_3_unit_test/python/unit_test_api/paths
- request_body_post_additionalproperties_allows_a_schema_which_should_validate_request_body
- request_body_post_additionalproperties_are_allowed_by_default_request_body
- request_body_post_additionalproperties_can_exist_by_itself_request_body
- request_body_post_additionalproperties_should_not_look_in_applicators_request_body
- request_body_post_allof_combined_with_anyof_oneof_request_body
- request_body_post_allof_request_body
- request_body_post_allof_simple_types_request_body
- request_body_post_allof_with_base_schema_request_body
- request_body_post_allof_with_one_empty_schema_request_body
- request_body_post_allof_with_the_first_empty_schema_request_body
- request_body_post_allof_with_the_last_empty_schema_request_body
- request_body_post_allof_with_two_empty_schemas_request_body
- request_body_post_anyof_complex_types_request_body
- request_body_post_anyof_request_body
- request_body_post_anyof_with_base_schema_request_body
- request_body_post_anyof_with_one_empty_schema_request_body
- request_body_post_array_type_matches_arrays_request_body
- request_body_post_boolean_type_matches_booleans_request_body
- request_body_post_by_int_request_body
- request_body_post_by_number_request_body
- request_body_post_by_small_number_request_body
- request_body_post_date_time_format_request_body
- request_body_post_email_format_request_body
- request_body_post_enum_with0_does_not_match_false_request_body
- request_body_post_enum_with1_does_not_match_true_request_body
- request_body_post_enum_with_escaped_characters_request_body
- request_body_post_enum_with_false_does_not_match0_request_body
- request_body_post_enum_with_true_does_not_match1_request_body
- request_body_post_enums_in_properties_request_body
- request_body_post_forbidden_property_request_body
- request_body_post_hostname_format_request_body
- request_body_post_integer_type_matches_integers_request_body
- request_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body
- request_body_post_invalid_string_value_for_default_request_body
- request_body_post_ipv4_format_request_body
- request_body_post_ipv6_format_request_body
- request_body_post_json_pointer_format_request_body
- request_body_post_maximum_validation_request_body
- request_body_post_maximum_validation_with_unsigned_integer_request_body
- request_body_post_maxitems_validation_request_body
- request_body_post_maxlength_validation_request_body
- request_body_post_maxproperties0_means_the_object_is_empty_request_body
- request_body_post_maxproperties_validation_request_body
- request_body_post_minimum_validation_request_body
- request_body_post_minimum_validation_with_signed_integer_request_body
- request_body_post_minitems_validation_request_body
- request_body_post_minlength_validation_request_body
- request_body_post_minproperties_validation_request_body
- request_body_post_nested_allof_to_check_validation_semantics_request_body
- request_body_post_nested_anyof_to_check_validation_semantics_request_body
- request_body_post_nested_items_request_body
- request_body_post_nested_oneof_to_check_validation_semantics_request_body
- request_body_post_not_more_complex_schema_request_body
- request_body_post_not_request_body
- request_body_post_nul_characters_in_strings_request_body
- request_body_post_null_type_matches_only_the_null_object_request_body
- request_body_post_number_type_matches_numbers_request_body
- request_body_post_object_properties_validation_request_body
- request_body_post_object_type_matches_objects_request_body
- request_body_post_oneof_complex_types_request_body
- request_body_post_oneof_request_body
- request_body_post_oneof_with_base_schema_request_body
- request_body_post_oneof_with_empty_schema_request_body
- request_body_post_oneof_with_required_request_body
- request_body_post_pattern_is_not_anchored_request_body
- request_body_post_pattern_validation_request_body
- request_body_post_properties_with_escaped_characters_request_body
- request_body_post_property_named_ref_that_is_not_a_reference_request_body
- request_body_post_ref_in_additionalproperties_request_body
- request_body_post_ref_in_allof_request_body
- request_body_post_ref_in_anyof_request_body
- request_body_post_ref_in_items_request_body
- request_body_post_ref_in_not_request_body
- request_body_post_ref_in_oneof_request_body
- request_body_post_ref_in_property_request_body
- request_body_post_required_default_validation_request_body
- request_body_post_required_validation_request_body
- request_body_post_required_with_empty_array_request_body
- request_body_post_required_with_escaped_characters_request_body
- request_body_post_simple_enum_validation_request_body
- request_body_post_string_type_matches_strings_request_body
- request_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body
- request_body_post_uniqueitems_false_validation_request_body
- request_body_post_uniqueitems_validation_request_body
- request_body_post_uri_format_request_body
- request_body_post_uri_reference_format_request_body
- request_body_post_uri_template_format_request_body
- 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
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
471 files changed
+12425
-19996
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
193 | 193 |
| |
194 | 194 |
| |
195 | 195 |
| |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
196 | 200 |
| |
197 | 201 |
| |
198 | 202 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 |
| - | |
5 |
| - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
6 | 22 |
| |
7 | 23 |
| |
8 | 24 |
| |
| |||
32 | 48 |
| |
33 | 49 |
| |
34 | 50 |
| |
35 |
| - | |
36 |
| - | |
37 |
| - | |
38 | 51 |
| |
39 |
| - | |
| 52 | + | |
40 | 53 |
| |
41 | 54 |
| |
42 |
| - | |
| 55 | + | |
43 | 56 |
| |
44 | 57 |
| |
45 | 58 |
| |
46 | 59 |
| |
47 | 60 |
| |
48 |
| - | |
| 61 | + | |
49 | 62 |
| |
50 | 63 |
| |
51 |
| - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
52 | 76 |
| |
53 | 77 |
| |
54 | 78 |
| |
55 | 79 |
| |
56 |
| - | |
57 |
| - | |
| 80 | + | |
| 81 | + | |
58 | 82 |
| |
59 |
| - | |
60 |
| - | |
| 83 | + | |
| 84 | + | |
61 | 85 |
| |
62 |
| - | |
63 | 86 |
| |
64 |
| - | |
| 87 | + | |
| 88 | + | |
65 | 89 |
| |
66 |
| - | |
| 90 | + | |
67 | 91 |
| |
68 |
| - | |
69 |
| - | |
70 |
| - | |
71 |
| - | |
72 |
| - | |
73 |
| - | |
74 |
| - | |
75 |
| - | |
76 |
| - | |
77 |
| - | |
78 |
| - | |
79 |
| - | |
80 |
| - | |
| 92 | + | |
81 | 93 |
| |
82 |
| - | |
83 |
| - | |
84 |
| - | |
85 |
| - | |
| 94 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
545 | 545 |
| |
546 | 546 |
| |
547 | 547 |
| |
548 |
| - | |
549 |
| - | |
| 548 | + | |
| 549 | + | |
550 | 550 |
| |
551 | 551 |
| |
552 | 552 |
| |
| |||
651 | 651 |
| |
652 | 652 |
| |
653 | 653 |
| |
654 |
| - | |
655 |
| - | |
| 654 | + | |
| 655 | + | |
656 | 656 |
| |
657 | 657 |
| |
658 | 658 |
| |
| |||
693 | 693 |
| |
694 | 694 |
| |
695 | 695 |
| |
696 |
| - | |
697 |
| - | |
| 696 | + | |
| 697 | + | |
698 | 698 |
| |
699 | 699 |
| |
700 | 700 |
| |
| |||
822 | 822 |
| |
823 | 823 |
| |
824 | 824 |
| |
825 |
| - | |
826 |
| - | |
| 825 | + | |
| 826 | + | |
827 | 827 |
| |
828 | 828 |
| |
829 | 829 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
69 |
| - | |
70 |
| - | |
71 |
| - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
72 | 73 |
| |
73 | 74 |
| |
74 | 75 |
| |
75 | 76 |
| |
76 | 77 |
| |
| 78 | + | |
77 | 79 |
| |
78 | 80 |
| |
79 | 81 |
| |
80 |
| - | |
81 |
| - | |
82 |
| - | |
| 82 | + | |
83 | 83 |
| |
84 | 84 |
| |
85 | 85 |
| |
| |||
88 | 88 |
| |
89 | 89 |
| |
90 | 90 |
| |
91 |
| - | |
| 91 | + | |
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
95 |
| - | |
96 |
| - | |
| 95 | + | |
97 | 96 |
| |
98 | 97 |
| |
99 | 98 |
| |
| |||
102 | 101 |
| |
103 | 102 |
| |
104 | 103 |
| |
105 |
| - | |
106 |
| - | |
107 |
| - | |
108 |
| - | |
109 |
| - | |
| 104 | + | |
110 | 105 |
| |
111 | 106 |
| |
112 | 107 |
| |
| |||
163 | 158 |
| |
164 | 159 |
| |
165 | 160 |
| |
166 |
| - | |
167 |
| - | |
168 |
| - | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
169 | 165 |
| |
170 | 166 |
| |
171 | 167 |
| |
172 | 168 |
| |
173 | 169 |
| |
| 170 | + | |
174 | 171 |
| |
175 | 172 |
| |
176 | 173 |
| |
177 |
| - | |
178 |
| - | |
179 |
| - | |
| 174 | + | |
180 | 175 |
| |
181 | 176 |
| |
182 | 177 |
| |
| |||
185 | 180 |
| |
186 | 181 |
| |
187 | 182 |
| |
188 |
| - | |
| 183 | + | |
189 | 184 |
| |
190 | 185 |
| |
191 | 186 |
| |
192 |
| - | |
193 |
| - | |
| 187 | + | |
194 | 188 |
| |
195 | 189 |
| |
196 | 190 |
| |
| |||
199 | 193 |
| |
200 | 194 |
| |
201 | 195 |
| |
202 |
| - | |
203 |
| - | |
204 |
| - | |
205 |
| - | |
206 |
| - | |
| 196 | + | |
207 | 197 |
| |
208 | 198 |
| |
209 | 199 |
| |
| |||
223 | 213 |
| |
224 | 214 |
| |
225 | 215 |
| |
226 |
| - | |
227 |
| - | |
228 |
| - | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
229 | 220 |
| |
230 | 221 |
| |
231 | 222 |
| |
232 | 223 |
| |
233 | 224 |
| |
| 225 | + | |
234 | 226 |
| |
235 | 227 |
| |
236 | 228 |
| |
237 |
| - | |
238 |
| - | |
239 |
| - | |
| 229 | + | |
240 | 230 |
| |
241 | 231 |
| |
242 | 232 |
| |
| |||
245 | 235 |
| |
246 | 236 |
| |
247 | 237 |
| |
248 |
| - | |
| 238 | + | |
249 | 239 |
| |
250 | 240 |
| |
251 | 241 |
| |
252 |
| - | |
253 |
| - | |
| 242 | + | |
254 | 243 |
| |
255 | 244 |
| |
256 | 245 |
| |
| |||
259 | 248 |
| |
260 | 249 |
| |
261 | 250 |
| |
262 |
| - | |
263 |
| - | |
264 |
| - | |
265 |
| - | |
266 |
| - | |
| 251 | + | |
267 | 252 |
| |
268 | 253 |
| |
269 | 254 |
| |
|
0 commit comments