This repository was archived by the owner on Dec 25, 2024. It is now read-only.
File tree
856 files changed
+6269
-5864
lines changed- modules/openapi-json-schema-generator/src/main
- java/org/openapijsonschematools/codegen/languages
- resources/python
- components
- responses
- schemas
- configurations
- paths/path/verb
- servers
- samples/openapi3/client/3_0_3_unit_test/python
- .openapi-generator
- docs/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
- src/unit_test_api
- components/schema
- configurations
- paths
- request_body_post_additionalproperties_allows_a_schema_which_should_validate_request_body/post
- responses/response_200
- request_body_post_additionalproperties_are_allowed_by_default_request_body/post
- responses/response_200
- request_body_post_additionalproperties_can_exist_by_itself_request_body/post
- responses/response_200
- request_body_post_additionalproperties_should_not_look_in_applicators_request_body/post
- responses/response_200
- request_body_post_allof_combined_with_anyof_oneof_request_body/post
- responses/response_200
- request_body_post_allof_request_body/post
- responses/response_200
- request_body_post_allof_simple_types_request_body/post
- responses/response_200
- request_body_post_allof_with_base_schema_request_body/post
- responses/response_200
- request_body_post_allof_with_one_empty_schema_request_body/post
- responses/response_200
- request_body_post_allof_with_the_first_empty_schema_request_body/post
- responses/response_200
- request_body_post_allof_with_the_last_empty_schema_request_body/post
- responses/response_200
- request_body_post_allof_with_two_empty_schemas_request_body/post
- responses/response_200
- request_body_post_anyof_complex_types_request_body/post
- responses/response_200
- request_body_post_anyof_request_body/post
- responses/response_200
- request_body_post_anyof_with_base_schema_request_body/post
- responses/response_200
- request_body_post_anyof_with_one_empty_schema_request_body/post
- responses/response_200
- request_body_post_array_type_matches_arrays_request_body/post
- responses/response_200
- request_body_post_boolean_type_matches_booleans_request_body/post
- responses/response_200
- request_body_post_by_int_request_body/post
- responses/response_200
- request_body_post_by_number_request_body/post
- responses/response_200
- request_body_post_by_small_number_request_body/post
- responses/response_200
- request_body_post_date_time_format_request_body/post
- responses/response_200
- request_body_post_email_format_request_body/post
- responses/response_200
- request_body_post_enum_with0_does_not_match_false_request_body/post
- responses/response_200
- request_body_post_enum_with1_does_not_match_true_request_body/post
- responses/response_200
- request_body_post_enum_with_escaped_characters_request_body/post
- responses/response_200
- request_body_post_enum_with_false_does_not_match0_request_body/post
- responses/response_200
- request_body_post_enum_with_true_does_not_match1_request_body/post
- responses/response_200
- request_body_post_enums_in_properties_request_body/post
- responses/response_200
- request_body_post_forbidden_property_request_body/post
- responses/response_200
- request_body_post_hostname_format_request_body/post
- responses/response_200
- request_body_post_integer_type_matches_integers_request_body/post
- responses/response_200
- request_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body/post
- responses/response_200
- request_body_post_invalid_string_value_for_default_request_body/post
- responses/response_200
- request_body_post_ipv4_format_request_body/post
- responses/response_200
- request_body_post_ipv6_format_request_body/post
- responses/response_200
- request_body_post_json_pointer_format_request_body/post
- responses/response_200
- request_body_post_maximum_validation_request_body/post
- responses/response_200
- request_body_post_maximum_validation_with_unsigned_integer_request_body/post
- responses/response_200
- request_body_post_maxitems_validation_request_body/post
- responses/response_200
- request_body_post_maxlength_validation_request_body/post
- responses/response_200
- request_body_post_maxproperties0_means_the_object_is_empty_request_body/post
- responses/response_200
- request_body_post_maxproperties_validation_request_body/post
- responses/response_200
- request_body_post_minimum_validation_request_body/post
- responses/response_200
- request_body_post_minimum_validation_with_signed_integer_request_body/post
- responses/response_200
- request_body_post_minitems_validation_request_body/post
- responses/response_200
- request_body_post_minlength_validation_request_body/post
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
856 files changed
+6269
-5864
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
720 | 720 |
| |
721 | 721 |
| |
722 | 722 |
| |
| 723 | + | |
723 | 724 |
| |
724 | 725 |
| |
725 | 726 |
| |
|
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
| 44 | + | |
44 | 45 |
| |
45 | 46 |
| |
46 | 47 |
| |
47 |
| - | |
48 | 48 |
| |
49 |
| - | |
50 | 49 |
| |
51 | 50 |
| |
52 | 51 |
| |
53 |
| - | |
54 | 52 |
| |
55 |
| - | |
56 | 53 |
| |
| 54 | + | |
57 | 55 |
| |
58 | 56 |
| |
59 | 57 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
| 34 | + | |
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
| 17 | + | |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
409 | 409 |
| |
410 | 410 |
| |
411 | 411 |
| |
412 |
| - | |
| 412 | + | |
413 | 413 |
| |
414 | 414 |
| |
415 | 415 |
| |
| |||
431 | 431 |
| |
432 | 432 |
| |
433 | 433 |
| |
434 |
| - | |
| 434 | + | |
435 | 435 |
| |
436 | 436 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
65 |
| - | |
| 65 | + | |
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
| 4 | + | |
4 | 5 |
| |
5 | 6 |
| |
6 | 7 |
| |
7 |
| - | |
| 8 | + | |
8 | 9 |
| |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
12 | 13 |
| |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
13 | 24 |
| |
14 | 25 |
| |
15 | 26 |
| |
| |||
93 | 104 |
| |
94 | 105 |
| |
95 | 106 |
| |
96 |
| - | |
97 |
| - | |
| 107 | + | |
98 | 108 |
| |
99 | 109 |
| |
100 | 110 |
| |
101 | 111 |
| |
102 | 112 |
| |
103 |
| - | |
| 113 | + | |
104 | 114 |
| |
105 | 115 |
| |
106 | 116 |
| |
| |||
115 | 125 |
| |
116 | 126 |
| |
117 | 127 |
| |
118 |
| - | |
119 |
| - | |
120 |
| - | |
121 |
| - | |
122 |
| - | |
123 |
| - | |
124 |
| - | |
125 |
| - | |
126 |
| - | |
127 |
| - | |
128 |
| - |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
| 24 | + | |
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 |
| - | |
| 39 | + | |
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
| |||
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
51 |
| - | |
| 51 | + | |
52 | 52 |
| |
53 | 53 |
| |
54 |
| - | |
| 54 | + | |
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
| |||
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
63 |
| - | |
| 63 | + | |
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
253 | 253 |
| |
254 | 254 |
| |
255 | 255 |
| |
256 |
| - | |
| 256 | + | |
257 | 257 |
| |
258 | 258 |
| |
259 | 259 |
| |
| |||
281 | 281 |
| |
282 | 282 |
| |
283 | 283 |
| |
284 |
| - | |
| 284 | + | |
285 | 285 |
| |
286 | 286 |
| |
287 | 287 |
| |
| |||
308 | 308 |
| |
309 | 309 |
| |
310 | 310 |
| |
311 |
| - | |
| 311 | + | |
312 | 312 |
| |
313 | 313 |
| |
314 |
| - | |
| 314 | + | |
315 | 315 |
| |
316 | 316 |
| |
317 | 317 |
| |
| |||
322 | 322 |
| |
323 | 323 |
| |
324 | 324 |
| |
325 |
| - | |
326 |
| - | |
| 325 | + | |
| 326 | + | |
327 | 327 |
| |
328 | 328 |
| |
329 | 329 |
| |
330 | 330 |
| |
331 | 331 |
| |
332 | 332 |
| |
333 | 333 |
| |
334 |
| - | |
335 |
| - | |
| 334 | + | |
| 335 | + | |
336 | 336 |
| |
337 | 337 |
| |
338 | 338 |
| |
| |||
341 | 341 |
| |
342 | 342 |
| |
343 | 343 |
| |
344 |
| - | |
345 |
| - | |
| 344 | + | |
| 345 | + | |
346 | 346 |
| |
347 | 347 |
| |
348 | 348 |
| |
349 |
| - | |
| 349 | + | |
350 | 350 |
| |
351 |
| - | |
| 351 | + | |
352 | 352 |
| |
353 | 353 |
| |
354 | 354 |
| |
355 |
| - | |
| 355 | + | |
356 | 356 |
| |
357 |
| - | |
| 357 | + | |
358 | 358 |
| |
359 | 359 |
| |
360 | 360 |
| |
361 |
| - | |
| 361 | + | |
362 | 362 |
| |
363 |
| - | |
| 363 | + | |
364 | 364 |
| |
365 | 365 |
| |
366 | 366 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
94 | 94 |
| |
95 | 95 |
| |
96 | 96 |
| |
97 |
| - | |
| 97 | + | |
98 | 98 |
| |
99 | 99 |
| |
100 | 100 |
| |
| |||
118 | 118 |
| |
119 | 119 |
| |
120 | 120 |
| |
121 |
| - | |
| 121 | + | |
122 | 122 |
| |
123 | 123 |
| |
124 | 124 |
| |
|
0 commit comments