This repository was archived by the owner on Dec 25, 2024. It is now read-only.
File tree
1,330 files changed
+2771
-4310
lines changed- modules
- openapi-json-schema-generator/src
- main
- java/org/openapitools/codegen
- config
- languages
- resources/python
- test
- java/org/openapitools/codegen
- java
- resources/3_0/python
- openapi-json-schema-generator-cli/src/test/java/org/openapitools/codegen/cmd
- samples/openapi3/client
- 3_0_3_unit_test/python
- docs
- apis/tags
- additional_properties_api
- all_of_api
- any_of_api
- content_type_json_api
- default_api
- enum_api
- format_api
- items_api
- max_items_api
- max_length_api
- max_properties_api
- maximum_api
- min_items_api
- min_length_api
- min_properties_api
- minimum_api
- model_not_api
- multiple_of_api
- one_of_api
- operation_request_body_api
- path_post_api
- pattern_api
- properties_api
- ref_api
- required_api
- response_content_content_type_schema_api
- type_api
- unique_items_api
- components/schema
- test/test_paths
- test_request_body_post_additionalproperties_allows_a_schema_which_should_validate_request_body
- test_request_body_post_additionalproperties_are_allowed_by_default_request_body
- test_request_body_post_additionalproperties_can_exist_by_itself_request_body
- test_request_body_post_additionalproperties_should_not_look_in_applicators_request_body
- test_request_body_post_allof_combined_with_anyof_oneof_request_body
- test_request_body_post_allof_request_body
- test_request_body_post_allof_simple_types_request_body
- test_request_body_post_allof_with_base_schema_request_body
- test_request_body_post_allof_with_one_empty_schema_request_body
- test_request_body_post_allof_with_the_first_empty_schema_request_body
- test_request_body_post_allof_with_the_last_empty_schema_request_body
- test_request_body_post_allof_with_two_empty_schemas_request_body
- test_request_body_post_anyof_complex_types_request_body
- test_request_body_post_anyof_request_body
- test_request_body_post_anyof_with_base_schema_request_body
- test_request_body_post_anyof_with_one_empty_schema_request_body
- test_request_body_post_array_type_matches_arrays_request_body
- test_request_body_post_boolean_type_matches_booleans_request_body
- test_request_body_post_by_int_request_body
- test_request_body_post_by_number_request_body
- test_request_body_post_by_small_number_request_body
- test_request_body_post_date_time_format_request_body
- test_request_body_post_email_format_request_body
- test_request_body_post_enum_with0_does_not_match_false_request_body
- test_request_body_post_enum_with1_does_not_match_true_request_body
- test_request_body_post_enum_with_escaped_characters_request_body
- test_request_body_post_enum_with_false_does_not_match0_request_body
- test_request_body_post_enum_with_true_does_not_match1_request_body
- test_request_body_post_enums_in_properties_request_body
- test_request_body_post_forbidden_property_request_body
- test_request_body_post_hostname_format_request_body
- test_request_body_post_integer_type_matches_integers_request_body
- test_request_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body
- test_request_body_post_invalid_string_value_for_default_request_body
- test_request_body_post_ipv4_format_request_body
- test_request_body_post_ipv6_format_request_body
- test_request_body_post_json_pointer_format_request_body
- test_request_body_post_maximum_validation_request_body
- test_request_body_post_maximum_validation_with_unsigned_integer_request_body
- test_request_body_post_maxitems_validation_request_body
- test_request_body_post_maxlength_validation_request_body
- test_request_body_post_maxproperties0_means_the_object_is_empty_request_body
- test_request_body_post_maxproperties_validation_request_body
- test_request_body_post_minimum_validation_request_body
- test_request_body_post_minimum_validation_with_signed_integer_request_body
- test_request_body_post_minitems_validation_request_body
- test_request_body_post_minlength_validation_request_body
- test_request_body_post_minproperties_validation_request_body
- test_request_body_post_nested_allof_to_check_validation_semantics_request_body
- test_request_body_post_nested_anyof_to_check_validation_semantics_request_body
- test_request_body_post_nested_items_request_body
- test_request_body_post_nested_oneof_to_check_validation_semantics_request_body
- test_request_body_post_not_more_complex_schema_request_body
- test_request_body_post_not_request_body
- test_request_body_post_nul_characters_in_strings_request_body
- test_request_body_post_null_type_matches_only_the_null_object_request_body
- test_request_body_post_number_type_matches_numbers_request_body
- test_request_body_post_object_properties_validation_request_body
- test_request_body_post_object_type_matches_objects_request_body
- test_request_body_post_oneof_complex_types_request_body
- test_request_body_post_oneof_request_body
- test_request_body_post_oneof_with_base_schema_request_body
- test_request_body_post_oneof_with_empty_schema_request_body
- test_request_body_post_oneof_with_required_request_body
- test_request_body_post_pattern_is_not_anchored_request_body
- test_request_body_post_pattern_validation_request_body
- test_request_body_post_properties_with_escaped_characters_request_body
- test_request_body_post_property_named_ref_that_is_not_a_reference_request_body
- test_request_body_post_ref_in_additionalproperties_request_body
- test_request_body_post_ref_in_allof_request_body
- test_request_body_post_ref_in_anyof_request_body
- test_request_body_post_ref_in_items_request_body
- test_request_body_post_ref_in_not_request_body
- test_request_body_post_ref_in_oneof_request_body
- test_request_body_post_ref_in_property_request_body
- test_request_body_post_required_default_validation_request_body
- test_request_body_post_required_validation_request_body
- test_request_body_post_required_with_empty_array_request_body
- test_request_body_post_required_with_escaped_characters_request_body
- test_request_body_post_simple_enum_validation_request_body
- test_request_body_post_string_type_matches_strings_request_body
- test_request_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body
- test_request_body_post_uniqueitems_false_validation_request_body
- test_request_body_post_uniqueitems_validation_request_body
- test_request_body_post_uri_format_request_body
- test_request_body_post_uri_reference_format_request_body
- test_request_body_post_uri_template_format_request_body
- test_response_body_post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types
- test_response_body_post_additionalproperties_are_allowed_by_default_response_body_for_content_types
- test_response_body_post_additionalproperties_can_exist_by_itself_response_body_for_content_types
- test_response_body_post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types
- test_response_body_post_allof_combined_with_anyof_oneof_response_body_for_content_types
- test_response_body_post_allof_response_body_for_content_types
- test_response_body_post_allof_simple_types_response_body_for_content_types
- test_response_body_post_allof_with_base_schema_response_body_for_content_types
- test_response_body_post_allof_with_one_empty_schema_response_body_for_content_types
- test_response_body_post_allof_with_the_first_empty_schema_response_body_for_content_types
- test_response_body_post_allof_with_the_last_empty_schema_response_body_for_content_types
- test_response_body_post_allof_with_two_empty_schemas_response_body_for_content_types
- test_response_body_post_anyof_complex_types_response_body_for_content_types
- test_response_body_post_anyof_response_body_for_content_types
- test_response_body_post_anyof_with_base_schema_response_body_for_content_types
- test_response_body_post_anyof_with_one_empty_schema_response_body_for_content_types
- test_response_body_post_array_type_matches_arrays_response_body_for_content_types
- test_response_body_post_boolean_type_matches_booleans_response_body_for_content_types
- test_response_body_post_by_int_response_body_for_content_types
- test_response_body_post_by_number_response_body_for_content_types
- test_response_body_post_by_small_number_response_body_for_content_types
- test_response_body_post_date_time_format_response_body_for_content_types
- test_response_body_post_email_format_response_body_for_content_types
- test_response_body_post_enum_with0_does_not_match_false_response_body_for_content_types
- test_response_body_post_enum_with1_does_not_match_true_response_body_for_content_types
- test_response_body_post_enum_with_escaped_characters_response_body_for_content_types
- test_response_body_post_enum_with_false_does_not_match0_response_body_for_content_types
- test_response_body_post_enum_with_true_does_not_match1_response_body_for_content_types
- test_response_body_post_enums_in_properties_response_body_for_content_types
- test_response_body_post_forbidden_property_response_body_for_content_types
- test_response_body_post_hostname_format_response_body_for_content_types
- test_response_body_post_integer_type_matches_integers_response_body_for_content_types
- test_response_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types
- test_response_body_post_invalid_string_value_for_default_response_body_for_content_types
- test_response_body_post_ipv4_format_response_body_for_content_types
- test_response_body_post_ipv6_format_response_body_for_content_types
- test_response_body_post_json_pointer_format_response_body_for_content_types
- test_response_body_post_maximum_validation_response_body_for_content_types
- test_response_body_post_maximum_validation_with_unsigned_integer_response_body_for_content_types
- test_response_body_post_maxitems_validation_response_body_for_content_types
- test_response_body_post_maxlength_validation_response_body_for_content_types
- test_response_body_post_maxproperties0_means_the_object_is_empty_response_body_for_content_types
- test_response_body_post_maxproperties_validation_response_body_for_content_types
- test_response_body_post_minimum_validation_response_body_for_content_types
- test_response_body_post_minimum_validation_with_signed_integer_response_body_for_content_types
- test_response_body_post_minitems_validation_response_body_for_content_types
- test_response_body_post_minlength_validation_response_body_for_content_types
- test_response_body_post_minproperties_validation_response_body_for_content_types
- test_response_body_post_nested_allof_to_check_validation_semantics_response_body_for_content_types
- test_response_body_post_nested_anyof_to_check_validation_semantics_response_body_for_content_types
- test_response_body_post_nested_items_response_body_for_content_types
- test_response_body_post_nested_oneof_to_check_validation_semantics_response_body_for_content_types
- test_response_body_post_not_more_complex_schema_response_body_for_content_types
- test_response_body_post_not_response_body_for_content_types
- test_response_body_post_nul_characters_in_strings_response_body_for_content_types
- test_response_body_post_null_type_matches_only_the_null_object_response_body_for_content_types
- test_response_body_post_number_type_matches_numbers_response_body_for_content_types
- test_response_body_post_object_properties_validation_response_body_for_content_types
- test_response_body_post_object_type_matches_objects_response_body_for_content_types
- test_response_body_post_oneof_complex_types_response_body_for_content_types
- test_response_body_post_oneof_response_body_for_content_types
- test_response_body_post_oneof_with_base_schema_response_body_for_content_types
- test_response_body_post_oneof_with_empty_schema_response_body_for_content_types
- test_response_body_post_oneof_with_required_response_body_for_content_types
- test_response_body_post_pattern_is_not_anchored_response_body_for_content_types
- test_response_body_post_pattern_validation_response_body_for_content_types
- test_response_body_post_properties_with_escaped_characters_response_body_for_content_types
- test_response_body_post_property_named_ref_that_is_not_a_reference_response_body_for_content_types
- test_response_body_post_ref_in_additionalproperties_response_body_for_content_types
- test_response_body_post_ref_in_allof_response_body_for_content_types
- test_response_body_post_ref_in_anyof_response_body_for_content_types
- test_response_body_post_ref_in_items_response_body_for_content_types
- test_response_body_post_ref_in_not_response_body_for_content_types
- test_response_body_post_ref_in_oneof_response_body_for_content_types
- test_response_body_post_ref_in_property_response_body_for_content_types
- test_response_body_post_required_default_validation_response_body_for_content_types
- test_response_body_post_required_validation_response_body_for_content_types
- test_response_body_post_required_with_empty_array_response_body_for_content_types
- test_response_body_post_required_with_escaped_characters_response_body_for_content_types
- test_response_body_post_simple_enum_validation_response_body_for_content_types
- test_response_body_post_string_type_matches_strings_response_body_for_content_types
- test_response_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types
- test_response_body_post_uniqueitems_false_validation_response_body_for_content_types
- test_response_body_post_uniqueitems_validation_response_body_for_content_types
- test_response_body_post_uri_format_response_body_for_content_types
- test_response_body_post_uri_reference_format_response_body_for_content_types
- test_response_body_post_uri_template_format_response_body_for_content_types
- features/nonCompliantUseDiscriminatorIfCompositionFails/python
- docs
- apis/tags
- default_api
- components/schema
- test/test_paths/test_operators
- petstore/python
- .openapi-generator
- docs
- apis/tags
- another_fake_api
- default_api
- fake_api
- fake_classname_tags123_api
- pet_api
- store_api
- user_api
- components
- request_bodies
- responses
- schema
- petstore_api
- components/responses
- success_description_only_response
- success_inline_content_and_header_response
- success_with_json_api_response_response
- paths
- fake
- delete
- get
- post
- response_for_200
- fake_body_with_file_schema/put
- response_for_200
- fake_body_with_query_params/put
- response_for_200
- fake_case_sensitive_params/put
- response_for_200
- fake_delete_coffee_id/delete
- response_for_200
- fake_inline_additional_properties/post
- response_for_200
- fake_json_form_data/get
- response_for_200
- fake_json_patch/patch
- response_for_200
- fake_obj_in_query/get
- response_for_200
- fake_ref_obj_in_query/get
- response_for_200
- fake_test_query_paramters/put
- response_for_200
- pet/post
- response_for_200
- pet_pet_id_upload_image/post
- store_inventory/get
- user_logout/get
- response_for_default
- user_username/delete
- response_for_200
- test/test_paths
- test_another_fake_dummy
- test_fake
- test_fake_additional_properties_with_array_of_enums
- test_fake_body_with_file_schema
- test_fake_body_with_query_params
- test_fake_case_sensitive_params
- test_fake_classname_test
- test_fake_delete_coffee_id
- test_fake_health
- test_fake_inline_additional_properties
- test_fake_inline_composition
- test_fake_json_form_data
- test_fake_json_patch
- test_fake_json_with_charset
- test_fake_obj_in_query
- test_fake_parameter_collisions1_abab_self_ab
- test_fake_pet_id_upload_image_with_required_file
- test_fake_query_param_with_json_content_type
- test_fake_ref_obj_in_query
- test_fake_refs_array_of_enums
- test_fake_refs_arraymodel
- test_fake_refs_boolean
- test_fake_refs_composed_one_of_number_with_validations
- test_fake_refs_enum
- test_fake_refs_mammal
- test_fake_refs_number
- test_fake_refs_object_model_with_ref_props
- test_fake_refs_string
- test_fake_response_without_schema
- test_fake_test_query_paramters
- test_fake_upload_download_file
- test_fake_upload_file
- test_fake_upload_files
- test_foo
- test_pet
- test_pet_find_by_status
- test_pet_find_by_tags
- test_pet_pet_id
- test_pet_pet_id_upload_image
- test_store_inventory
- test_store_order
- test_store_order_order_id
- test_user
- test_user_create_with_array
- test_user_create_with_list
- test_user_login
- test_user_logout
- test_user_username
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
1,330 files changed
+2771
-4310
lines changedLines changed: 8 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
433 | 433 |
| |
434 | 434 |
| |
435 | 435 |
| |
436 |
| - | |
437 |
| - | |
438 |
| - | |
439 |
| - | |
440 |
| - | |
441 |
| - | |
442 |
| - | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
443 | 444 |
|
Lines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
| 25 | + | |
25 | 26 |
| |
26 | 27 |
| |
27 | 28 |
| |
| |||
88 | 89 |
| |
89 | 90 |
| |
90 | 91 |
| |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
91 | 96 |
| |
92 | 97 |
| |
93 | 98 |
| |
| |||
180 | 185 |
| |
181 | 186 |
| |
182 | 187 |
| |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
183 | 192 |
| |
184 | 193 |
| |
185 | 194 |
| |
| |||
220 | 229 |
| |
221 | 230 |
| |
222 | 231 |
| |
| 232 | + | |
| 233 | + | |
223 | 234 |
| |
224 | 235 |
| |
225 | 236 |
| |
| |||
375 | 386 |
| |
376 | 387 |
| |
377 | 388 |
| |
| 389 | + | |
| 390 | + | |
378 | 391 |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
| 31 | + | |
| 32 | + | |
31 | 33 |
| |
32 | 34 |
| |
33 | 35 |
| |
|
Lines changed: 38 additions & 68 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
27 | 26 |
| |
28 |
| - | |
29 |
| - | |
30 |
| - | |
| 27 | + | |
31 | 28 |
| |
32 | 29 |
| |
33 | 30 |
| |
34 |
| - | |
35 |
| - | |
36 |
| - | |
37 |
| - | |
| 31 | + | |
| 32 | + | |
38 | 33 |
| |
39 | 34 |
| |
40 | 35 |
| |
| |||
50 | 45 |
| |
51 | 46 |
| |
52 | 47 |
| |
53 |
| - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
54 | 53 |
| |
55 | 54 |
| |
56 | 55 |
| |
| |||
167 | 166 |
| |
168 | 167 |
| |
169 | 168 |
| |
170 |
| - | |
171 |
| - | |
172 |
| - | |
173 |
| - | |
174 |
| - | |
175 |
| - | |
176 |
| - | |
177 |
| - | |
178 |
| - | |
179 | 169 |
| |
180 | 170 |
| |
181 | 171 |
| |
| |||
185 | 175 |
| |
186 | 176 |
| |
187 | 177 |
| |
188 |
| - | |
189 |
| - | |
190 |
| - | |
191 |
| - | |
192 |
| - | |
193 |
| - | |
194 |
| - | |
195 |
| - | |
196 |
| - | |
197 | 178 |
| |
198 |
| - | |
199 |
| - | |
200 |
| - | |
201 |
| - | |
202 |
| - | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
203 | 194 |
| |
204 | 195 |
| |
205 | 196 |
| |
| |||
314 | 305 |
| |
315 | 306 |
| |
316 | 307 |
| |
317 |
| - | |
318 | 308 |
| |
319 | 309 |
| |
320 | 310 |
| |
321 | 311 |
| |
322 | 312 |
| |
323 | 313 |
| |
324 |
| - | |
325 |
| - | |
326 | 314 |
| |
327 |
| - | |
328 |
| - | |
329 |
| - | |
330 | 315 |
| |
331 |
| - | |
332 |
| - | |
333 |
| - | |
334 | 316 |
| |
335 |
| - | |
336 | 317 |
| |
337 | 318 |
| |
338 | 319 |
| |
| |||
344 | 325 |
| |
345 | 326 |
| |
346 | 327 |
| |
347 |
| - | |
348 | 328 |
| |
349 |
| - | |
350 |
| - | |
351 | 329 |
| |
352 | 330 |
| |
353 | 331 |
| |
354 | 332 |
| |
355 | 333 |
| |
356 |
| - | |
357 | 334 |
| |
358 | 335 |
| |
359 | 336 |
| |
| |||
371 | 348 |
| |
372 | 349 |
| |
373 | 350 |
| |
| 351 | + | |
| 352 | + | |
| 353 | + | |
374 | 354 |
| |
375 | 355 |
| |
376 | 356 |
| |
| |||
397 | 377 |
| |
398 | 378 |
| |
399 | 379 |
| |
400 |
| - | |
401 |
| - | |
402 | 380 |
| |
403 |
| - | |
404 |
| - | |
405 | 381 |
| |
406 |
| - | |
407 |
| - | |
408 |
| - | |
409 | 382 |
| |
410 |
| - | |
411 | 383 |
| |
412 | 384 |
| |
413 | 385 |
| |
| |||
417 | 389 |
| |
418 | 390 |
| |
419 | 391 |
| |
420 |
| - | |
421 |
| - | |
422 | 392 |
| |
423 | 393 |
| |
424 |
| - | |
425 | 394 |
| |
426 |
| - | |
427 |
| - | |
428 | 395 |
| |
429 | 396 |
| |
430 | 397 |
| |
431 | 398 |
| |
432 | 399 |
| |
433 |
| - | |
434 | 400 |
| |
435 | 401 |
| |
436 | 402 |
| |
| |||
448 | 414 |
| |
449 | 415 |
| |
450 | 416 |
| |
| 417 | + | |
| 418 | + | |
| 419 | + | |
451 | 420 |
| |
452 | 421 |
| |
453 | 422 |
| |
| |||
464 | 433 |
| |
465 | 434 |
| |
466 | 435 |
| |
467 |
| - | |
468 |
| - | |
469 |
| - | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
470 | 439 |
| |
471 |
| - | |
472 |
| - | |
473 |
| - | |
474 |
| - | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
475 | 444 |
| |
476 | 445 |
| |
477 |
| - | |
| 446 | + | |
| 447 | + | |
478 | 448 |
| |
479 | 449 |
|
Lines changed: 1 addition & 44 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
24 | 23 |
| |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 |
| - | |
32 | 24 |
| |
33 | 25 |
| |
34 | 26 |
| |
| |||
41 | 33 |
| |
42 | 34 |
| |
43 | 35 |
| |
44 |
| - | |
| 36 | + | |
45 | 37 |
| |
46 |
| - | |
47 | 38 |
| |
48 | 39 |
| |
49 | 40 |
| |
| |||
54 | 45 |
| |
55 | 46 |
| |
56 | 47 |
| |
57 |
| - | |
58 |
| - | |
59 |
| - | |
60 |
| - | |
61 |
| - | |
62 |
| - | |
63 | 48 |
| |
64 | 49 |
| |
65 | 50 |
| |
66 | 51 |
| |
67 |
| - | |
68 |
| - | |
69 | 52 |
| |
70 | 53 |
| |
71 | 54 |
| |
72 | 55 |
| |
73 | 56 |
| |
74 |
| - | |
75 | 57 |
| |
76 | 58 |
| |
77 | 59 |
| |
| |||
93 | 75 |
| |
94 | 76 |
| |
95 | 77 |
| |
96 |
| - | |
97 |
| - | |
98 |
| - | |
99 |
| - | |
100 |
| - | |
101 |
| - | |
102 |
| - | |
103 |
| - | |
104 | 78 |
| |
105 | 79 |
| |
106 | 80 |
| |
| |||
115 | 89 |
| |
116 | 90 |
| |
117 | 91 |
| |
118 |
| - | |
119 |
| - | |
120 |
| - | |
121 |
| - | |
122 |
| - | |
123 |
| - | |
124 |
| - | |
125 |
| - | |
126 |
| - | |
127 |
| - | |
128 |
| - | |
129 |
| - | |
130 |
| - | |
131 |
| - | |
132 |
| - | |
133 |
| - | |
134 |
| - | |
135 | 92 |
| |
136 | 93 |
| |
137 | 94 |
| |
|
0 commit comments