This repository was archived by the owner on Dec 25, 2024. It is now read-only.
File tree
469 files changed
+12317
-2618
lines changed- modules/openapi-json-schema-generator/src/main
- java/org/openapitools/codegen
- resources/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
- 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
- petstore_api/paths
- another_fake_dummy
- fake_additional_properties_with_array_of_enums
- fake_body_with_file_schema
- fake_body_with_query_params
- fake_case_sensitive_params
- fake_classname_test
- fake_delete_coffee_id
- fake_health
- fake_inline_additional_properties
- fake_inline_composition_
- fake_json_form_data
- fake_json_patch
- fake_json_with_charset
- fake_obj_in_query
- fake_parameter_collisions_1_a_b_ab_self_a_b_
- fake_pet_id_upload_image_with_required_file
- fake_ref_obj_in_query
- fake_refs_array_of_enums
- fake_refs_arraymodel
- fake_refs_boolean
- fake_refs_composed_one_of_number_with_validations
- fake_refs_enum
- fake_refs_mammal
- fake_refs_number
- fake_refs_object_model_with_ref_props
- fake_refs_string
- fake_response_without_schema
- fake_test_query_paramters
- fake_upload_download_file
- fake_upload_files
- fake_upload_file
- fake
- foo
- pet_find_by_status
- pet_find_by_tags
- pet_pet_id_upload_image
- pet_pet_id
- pet
- store_inventory
- store_order_order_id
- store_order
- user_create_with_array
- user_create_with_list
- user_login
- user_logout
- user_username
- user
- tests_manual
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
469 files changed
+12317
-2618
lines changedLines changed: 17 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
197 | 197 |
| |
198 | 198 |
| |
199 | 199 |
| |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
200 | 217 |
| |
201 | 218 |
| |
202 | 219 |
| |
|
Lines changed: 38 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
373 | 373 |
| |
374 | 374 |
| |
375 | 375 |
| |
| 376 | + | |
| 377 | + | |
| 378 | + | |
376 | 379 |
| |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
377 | 384 |
| |
378 | 385 |
| |
379 |
| - | |
| 386 | + | |
| 387 | + | |
380 | 388 |
| |
381 | 389 |
| |
382 | 390 |
| |
383 |
| - | |
| 391 | + | |
384 | 392 |
| |
385 | 393 |
| |
386 | 394 |
| |
387 |
| - | |
| 395 | + | |
388 | 396 |
| |
389 | 397 |
| |
390 |
| - | |
| 398 | + | |
391 | 399 |
| |
392 | 400 |
| |
393 | 401 |
| |
| |||
533 | 541 |
| |
534 | 542 |
| |
535 | 543 |
| |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
536 | 552 |
| |
537 | 553 |
| |
538 |
| - | |
| 554 | + | |
| 555 | + | |
539 | 556 |
| |
540 | 557 |
| |
541 | 558 |
| |
542 |
| - | |
| 559 | + | |
543 | 560 |
| |
544 | 561 |
| |
545 | 562 |
| |
546 |
| - | |
| 563 | + | |
547 | 564 |
| |
548 | 565 |
| |
549 |
| - | |
| 566 | + | |
550 | 567 |
| |
551 | 568 |
| |
552 | 569 |
| |
| |||
555 | 572 |
| |
556 | 573 |
| |
557 | 574 |
| |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
558 | 583 |
| |
559 | 584 |
| |
560 |
| - | |
| 585 | + | |
| 586 | + | |
561 | 587 |
| |
562 | 588 |
| |
563 | 589 |
| |
564 |
| - | |
| 590 | + | |
565 | 591 |
| |
566 | 592 |
| |
567 | 593 |
| |
568 |
| - | |
| 594 | + | |
569 | 595 |
| |
570 | 596 |
| |
571 |
| - | |
| 597 | + | |
572 | 598 |
| |
573 | 599 |
| |
574 | 600 |
| |
|
Lines changed: 56 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
6 | 10 |
| |
7 | 11 |
| |
8 | 12 |
| |
9 | 13 |
| |
10 | 14 |
| |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
11 | 38 |
| |
12 | 39 |
| |
13 | 40 |
| |
14 | 41 |
| |
15 | 42 |
| |
16 | 43 |
| |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
17 | 67 |
| |
18 | 68 |
| |
19 |
| - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
20 | 74 |
| |
21 | 75 |
| |
22 | 76 |
| |
| |||
32 | 86 |
| |
33 | 87 |
| |
34 | 88 |
| |
35 |
| - | |
36 |
| - | |
37 |
| - | |
38 |
| - | |
39 |
| - | |
40 |
| - | |
41 |
| - | |
42 | 89 |
| |
43 | 90 |
| |
44 | 91 |
| |
|
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + |
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + |
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
61 | 72 |
| |
62 | 73 |
| |
63 | 74 |
| |
64 | 75 |
| |
65 | 76 |
| |
66 |
| - | |
| 77 | + | |
67 | 78 |
| |
68 | 79 |
| |
69 | 80 |
| |
70 | 81 |
| |
71 | 82 |
| |
72 | 83 |
| |
73 | 84 |
| |
| 85 | + | |
74 | 86 |
| |
75 | 87 |
| |
76 | 88 |
| |
77 | 89 |
| |
78 | 90 |
| |
79 |
| - | |
| 91 | + | |
80 | 92 |
| |
81 | 93 |
| |
82 | 94 |
| |
| |||
85 | 97 |
| |
86 | 98 |
| |
87 | 99 |
| |
88 |
| - | |
| 100 | + | |
89 | 101 |
| |
90 | 102 |
| |
91 | 103 |
| |
| |||
155 | 167 |
| |
156 | 168 |
| |
157 | 169 |
| |
158 |
| - | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
159 | 183 |
| |
160 | 184 |
| |
161 | 185 |
| |
162 | 186 |
| |
163 | 187 |
| |
164 | 188 |
| |
165 | 189 |
| |
| 190 | + | |
166 | 191 |
| |
167 | 192 |
| |
168 | 193 |
| |
169 | 194 |
| |
170 | 195 |
| |
171 |
| - | |
| 196 | + | |
172 | 197 |
| |
173 | 198 |
| |
174 | 199 |
| |
| |||
177 | 202 |
| |
178 | 203 |
| |
179 | 204 |
| |
180 |
| - | |
| 205 | + | |
181 | 206 |
| |
182 | 207 |
| |
183 | 208 |
| |
| |||
210 | 235 |
| |
211 | 236 |
| |
212 | 237 |
| |
213 |
| - | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
214 | 251 |
| |
215 | 252 |
| |
216 | 253 |
| |
217 | 254 |
| |
218 | 255 |
| |
219 | 256 |
| |
220 | 257 |
| |
| 258 | + | |
221 | 259 |
| |
222 | 260 |
| |
223 | 261 |
| |
224 | 262 |
| |
225 | 263 |
| |
226 |
| - | |
| 264 | + | |
227 | 265 |
| |
228 | 266 |
| |
229 | 267 |
| |
| |||
232 | 270 |
| |
233 | 271 |
| |
234 | 272 |
| |
235 |
| - | |
| 273 | + | |
236 | 274 |
| |
237 | 275 |
| |
238 | 276 |
| |
|
0 commit comments