This repository was archived by the owner on Dec 25, 2024. It is now read-only.
File tree
1,968 files changed
+32252
-41658
lines changed- modules/openapi-json-schema-generator/src
- main
- java/org/openapijsonschematools/codegen
- languages
- model
- utils
- resources/python
- components
- headers
- parameters
- request_bodies
- responses
- schemas
- paths/path/verb
- schemas
- servers
- test
- java/org/openapijsonschematools/codegen
- resources/3_0/python
- samples/openapi3/client/3_0_3_unit_test/python
- .openapi-generator
- docs
- components/schema
- 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_one_empty_schema_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_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_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_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_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_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_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_one_empty_schema_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_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
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
1,968 files changed
+32252
-41658
lines changedLarge diffs are not rendered by default.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
581 | 581 |
| |
582 | 582 |
| |
583 | 583 |
| |
| 584 | + | |
| 585 | + | |
584 | 586 |
| |
585 |
| - | |
| 587 | + | |
586 | 588 |
| |
587 | 589 |
| |
588 | 590 |
| |
| |||
602 | 604 |
| |
603 | 605 |
| |
604 | 606 |
| |
| 607 | + | |
| 608 | + | |
605 | 609 |
| |
606 |
| - | |
| 610 | + | |
607 | 611 |
| |
608 | 612 |
| |
609 | 613 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
72 |
| - | |
| 72 | + | |
73 | 73 |
| |
74 | 74 |
| |
75 | 75 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
257 | 257 |
| |
258 | 258 |
| |
259 | 259 |
| |
260 |
| - | |
| 260 | + | |
261 | 261 |
| |
262 | 262 |
| |
263 | 263 |
| |
| |||
310 | 310 |
| |
311 | 311 |
| |
312 | 312 |
| |
313 |
| - | |
| 313 | + | |
314 | 314 |
| |
315 | 315 |
| |
316 |
| - | |
317 |
| - | |
318 |
| - | |
319 |
| - | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
320 | 320 |
| |
321 | 321 |
| |
322 | 322 |
| |
| |||
722 | 722 |
| |
723 | 723 |
| |
724 | 724 |
| |
725 |
| - | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
| 728 | + | |
| 729 | + | |
726 | 730 |
| |
727 | 731 |
| |
728 | 732 |
| |
| |||
1299 | 1303 |
| |
1300 | 1304 |
| |
1301 | 1305 |
| |
1302 |
| - | |
| 1306 | + | |
| 1307 | + | |
1303 | 1308 |
| |
1304 | 1309 |
| |
1305 |
| - | |
| 1310 | + | |
| 1311 | + | |
| 1312 | + | |
| 1313 | + | |
| 1314 | + | |
| 1315 | + | |
1306 | 1316 |
| |
1307 | 1317 |
| |
1308 | 1318 |
| |
| |||
1858 | 1868 |
| |
1859 | 1869 |
| |
1860 | 1870 |
| |
1861 |
| - | |
1862 |
| - | |
1863 |
| - | |
1864 |
| - | |
1865 |
| - | |
1866 |
| - | |
1867 |
| - | |
1868 |
| - | |
1869 |
| - | |
1870 | 1871 |
| |
1871 | 1872 |
| |
1872 | 1873 |
| |
| |||
1961 | 1962 |
| |
1962 | 1963 |
| |
1963 | 1964 |
| |
1964 |
| - | |
| 1965 | + | |
| 1966 | + | |
| 1967 | + | |
| 1968 | + | |
| 1969 | + | |
1965 | 1970 |
| |
1966 | 1971 |
| |
1967 | 1972 |
| |
1968 | 1973 |
| |
1969 | 1974 |
| |
1970 | 1975 |
| |
1971 | 1976 |
| |
| 1977 | + | |
| 1978 | + | |
| 1979 | + | |
| 1980 | + | |
| 1981 | + | |
| 1982 | + | |
| 1983 | + | |
| 1984 | + | |
| 1985 | + | |
| 1986 | + | |
| 1987 | + | |
| 1988 | + | |
| 1989 | + | |
| 1990 | + | |
| 1991 | + | |
| 1992 | + | |
| 1993 | + | |
| 1994 | + | |
| 1995 | + | |
| 1996 | + | |
| 1997 | + | |
| 1998 | + | |
| 1999 | + | |
| 2000 | + | |
| 2001 | + | |
| 2002 | + | |
| 2003 | + | |
| 2004 | + | |
| 2005 | + | |
| 2006 | + | |
| 2007 | + | |
| 2008 | + | |
| 2009 | + | |
| 2010 | + | |
| 2011 | + | |
| 2012 | + | |
| 2013 | + | |
| 2014 | + | |
| 2015 | + | |
| 2016 | + | |
| 2017 | + | |
| 2018 | + | |
| 2019 | + | |
| 2020 | + | |
| 2021 | + | |
| 2022 | + | |
| 2023 | + | |
| 2024 | + | |
| 2025 | + | |
| 2026 | + | |
| 2027 | + | |
| 2028 | + | |
| 2029 | + | |
| 2030 | + | |
| 2031 | + | |
| 2032 | + | |
| 2033 | + | |
| 2034 | + | |
| 2035 | + | |
| 2036 | + | |
| 2037 | + | |
1972 | 2038 |
| |
1973 | 2039 |
| |
1974 | 2040 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
65 | 90 |
| |
66 | 91 |
| |
67 | 92 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
| 33 | + | |
33 | 34 |
| |
34 | 35 |
| |
35 |
| - | |
| 36 | + | |
36 | 37 |
| |
37 |
| - | |
| 38 | + | |
38 | 39 |
| |
39 |
| - | |
| 40 | + | |
40 | 41 |
| |
41 |
| - | |
| 42 | + | |
42 | 43 |
| |
43 | 44 |
| |
44 | 45 |
| |
| |||
54 | 55 |
| |
55 | 56 |
| |
56 | 57 |
| |
57 |
| - | |
| 58 | + | |
58 | 59 |
| |
59 | 60 |
| |
60 | 61 |
| |
| |||
63 | 64 |
| |
64 | 65 |
| |
65 | 66 |
| |
| 67 | + | |
66 | 68 |
| |
67 | 69 |
| |
68 |
| - | |
69 |
| - | |
70 |
| - | |
71 |
| - | |
72 |
| - | |
73 |
| - | |
74 |
| - | |
75 |
| - | |
76 |
| - | |
77 |
| - | |
78 |
| - | |
79 |
| - | |
| 70 | + | |
80 | 71 |
| |
81 |
| - | |
82 |
| - | |
83 |
| - | |
84 |
| - | |
85 |
| - | |
86 |
| - | |
87 |
| - | |
88 |
| - | |
89 |
| - | |
90 |
| - | |
91 |
| - | |
92 |
| - | |
| 72 | + | |
93 | 73 |
| |
94 |
| - | |
95 |
| - | |
96 |
| - | |
97 |
| - | |
98 |
| - | |
99 |
| - | |
100 |
| - | |
101 |
| - | |
102 |
| - | |
103 |
| - | |
104 |
| - | |
105 |
| - | |
| 74 | + | |
106 | 75 |
| |
107 |
| - | |
108 |
| - | |
109 |
| - | |
110 |
| - | |
111 |
| - | |
112 |
| - | |
113 |
| - | |
114 |
| - | |
115 |
| - | |
116 |
| - | |
117 |
| - | |
118 |
| - | |
| 76 | + | |
119 | 77 |
| |
120 | 78 |
| |
121 | 79 |
| |
| |||
221 | 179 |
| |
222 | 180 |
| |
223 | 181 |
| |
| 182 | + | |
224 | 183 |
| |
225 | 184 |
| |
226 | 185 |
| |
| |||
256 | 215 |
| |
257 | 216 |
| |
258 | 217 |
| |
| 218 | + | |
259 | 219 |
| |
260 | 220 |
| |
261 | 221 |
| |
| |||
280 | 240 |
| |
281 | 241 |
| |
282 | 242 |
| |
283 |
| - | |
| 243 | + | |
284 | 244 |
| |
285 | 245 |
| |
286 | 246 |
| |
|
0 commit comments