This repository was archived by the owner on Dec 25, 2024. It is now read-only.
File tree
1,924 files changed
+55729
-11291
lines changed- modules/openapi-json-schema-generator/src
- main
- java/org/openapijsonschematools/codegen
- model
- templating/handlebars
- resources/python
- components
- headers
- parameters
- request_bodies
- responses
- schemas
- security_schemes
- configurations
- paths/path/verb
- servers
- test/resources/3_0/python
- samples/openapi3/client
- 3_0_3_unit_test/python
- docs
- apis/tags
- _not_api
- 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
- 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
- src/unit_test_api
- components/schema
- paths
- request_body_post_additionalproperties_allows_a_schema_which_should_validate_request_body/post
- request_body_post_additionalproperties_are_allowed_by_default_request_body/post
- request_body_post_additionalproperties_can_exist_by_itself_request_body/post
- request_body_post_additionalproperties_should_not_look_in_applicators_request_body/post
- request_body_post_allof_combined_with_anyof_oneof_request_body/post
- request_body_post_allof_request_body/post
- request_body_post_allof_simple_types_request_body/post
- request_body_post_allof_with_base_schema_request_body/post
- request_body_post_allof_with_one_empty_schema_request_body/post
- request_body_post_allof_with_the_first_empty_schema_request_body/post
- request_body_post_allof_with_the_last_empty_schema_request_body/post
- request_body_post_allof_with_two_empty_schemas_request_body/post
- request_body_post_anyof_complex_types_request_body/post
- request_body_post_anyof_request_body/post
- request_body_post_anyof_with_base_schema_request_body/post
- request_body_post_anyof_with_one_empty_schema_request_body/post
- request_body_post_array_type_matches_arrays_request_body/post
- request_body_post_boolean_type_matches_booleans_request_body/post
- request_body_post_by_int_request_body/post
- request_body_post_by_number_request_body/post
- request_body_post_by_small_number_request_body/post
- request_body_post_date_time_format_request_body/post
- request_body_post_email_format_request_body/post
- request_body_post_enum_with0_does_not_match_false_request_body/post
- request_body_post_enum_with1_does_not_match_true_request_body/post
- request_body_post_enum_with_escaped_characters_request_body/post
- request_body_post_enum_with_false_does_not_match0_request_body/post
- request_body_post_enum_with_true_does_not_match1_request_body/post
- request_body_post_enums_in_properties_request_body/post
- request_body_post_forbidden_property_request_body/post
- request_body_post_hostname_format_request_body/post
- request_body_post_integer_type_matches_integers_request_body/post
- request_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body/post
- request_body_post_invalid_string_value_for_default_request_body/post
- request_body_post_ipv4_format_request_body/post
- request_body_post_ipv6_format_request_body/post
- request_body_post_json_pointer_format_request_body/post
- request_body_post_maximum_validation_request_body/post
- request_body_post_maximum_validation_with_unsigned_integer_request_body/post
- request_body_post_maxitems_validation_request_body/post
- request_body_post_maxlength_validation_request_body/post
- request_body_post_maxproperties0_means_the_object_is_empty_request_body/post
- request_body_post_maxproperties_validation_request_body/post
- request_body_post_minimum_validation_request_body/post
- request_body_post_minimum_validation_with_signed_integer_request_body/post
- request_body_post_minitems_validation_request_body/post
- request_body_post_minlength_validation_request_body/post
- request_body_post_minproperties_validation_request_body/post
- request_body_post_nested_allof_to_check_validation_semantics_request_body/post
- request_body_post_nested_anyof_to_check_validation_semantics_request_body/post
- request_body_post_nested_items_request_body/post
- request_body_post_nested_oneof_to_check_validation_semantics_request_body/post
- request_body_post_not_more_complex_schema_request_body/post
- request_body_post_not_request_body/post
- request_body_post_nul_characters_in_strings_request_body/post
- request_body_post_null_type_matches_only_the_null_object_request_body/post
- request_body_post_number_type_matches_numbers_request_body/post
- request_body_post_object_properties_validation_request_body/post
- request_body_post_object_type_matches_objects_request_body/post
- request_body_post_oneof_complex_types_request_body/post
- request_body_post_oneof_request_body/post
- request_body_post_oneof_with_base_schema_request_body/post
- request_body_post_oneof_with_empty_schema_request_body/post
- request_body_post_oneof_with_required_request_body/post
- request_body_post_pattern_is_not_anchored_request_body/post
- request_body_post_pattern_validation_request_body/post
- request_body_post_properties_with_escaped_characters_request_body/post
- request_body_post_property_named_ref_that_is_not_a_reference_request_body/post
- request_body_post_ref_in_additionalproperties_request_body/post
- request_body_post_ref_in_allof_request_body/post
- request_body_post_ref_in_anyof_request_body/post
- request_body_post_ref_in_items_request_body/post
- request_body_post_ref_in_not_request_body/post
- request_body_post_ref_in_oneof_request_body/post
- request_body_post_ref_in_property_request_body/post
- request_body_post_required_default_validation_request_body/post
- request_body_post_required_validation_request_body/post
- request_body_post_required_with_empty_array_request_body/post
- request_body_post_required_with_escaped_characters_request_body/post
- request_body_post_simple_enum_validation_request_body/post
- request_body_post_string_type_matches_strings_request_body/post
- request_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body/post
- request_body_post_uniqueitems_false_validation_request_body/post
- request_body_post_uniqueitems_validation_request_body/post
- request_body_post_uri_format_request_body/post
- request_body_post_uri_reference_format_request_body/post
- request_body_post_uri_template_format_request_body/post
- response_body_post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types/post
- response_body_post_additionalproperties_are_allowed_by_default_response_body_for_content_types/post
- response_body_post_additionalproperties_can_exist_by_itself_response_body_for_content_types/post
- response_body_post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types/post
- response_body_post_allof_combined_with_anyof_oneof_response_body_for_content_types/post
- response_body_post_allof_response_body_for_content_types/post
- response_body_post_allof_simple_types_response_body_for_content_types/post
- response_body_post_allof_with_base_schema_response_body_for_content_types/post
- response_body_post_allof_with_one_empty_schema_response_body_for_content_types/post
- response_body_post_allof_with_the_first_empty_schema_response_body_for_content_types/post
- response_body_post_allof_with_the_last_empty_schema_response_body_for_content_types/post
- response_body_post_allof_with_two_empty_schemas_response_body_for_content_types/post
- response_body_post_anyof_complex_types_response_body_for_content_types/post
- response_body_post_anyof_response_body_for_content_types/post
- response_body_post_anyof_with_base_schema_response_body_for_content_types/post
- response_body_post_anyof_with_one_empty_schema_response_body_for_content_types/post
- response_body_post_array_type_matches_arrays_response_body_for_content_types/post
- response_body_post_boolean_type_matches_booleans_response_body_for_content_types/post
- response_body_post_by_int_response_body_for_content_types/post
- response_body_post_by_number_response_body_for_content_types/post
- response_body_post_by_small_number_response_body_for_content_types/post
- response_body_post_date_time_format_response_body_for_content_types/post
- response_body_post_email_format_response_body_for_content_types/post
- response_body_post_enum_with0_does_not_match_false_response_body_for_content_types/post
- response_body_post_enum_with1_does_not_match_true_response_body_for_content_types/post
- response_body_post_enum_with_escaped_characters_response_body_for_content_types/post
- response_body_post_enum_with_false_does_not_match0_response_body_for_content_types/post
- response_body_post_enum_with_true_does_not_match1_response_body_for_content_types/post
- response_body_post_enums_in_properties_response_body_for_content_types/post
- response_body_post_forbidden_property_response_body_for_content_types/post
- response_body_post_hostname_format_response_body_for_content_types/post
- response_body_post_integer_type_matches_integers_response_body_for_content_types/post
- response_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types/post
- response_body_post_invalid_string_value_for_default_response_body_for_content_types/post
- response_body_post_ipv4_format_response_body_for_content_types/post
- response_body_post_ipv6_format_response_body_for_content_types/post
- response_body_post_json_pointer_format_response_body_for_content_types/post
- response_body_post_maximum_validation_response_body_for_content_types/post
- response_body_post_maximum_validation_with_unsigned_integer_response_body_for_content_types/post
- response_body_post_maxitems_validation_response_body_for_content_types/post
- response_body_post_maxlength_validation_response_body_for_content_types/post
- response_body_post_maxproperties0_means_the_object_is_empty_response_body_for_content_types/post
- response_body_post_maxproperties_validation_response_body_for_content_types/post
- response_body_post_minimum_validation_response_body_for_content_types/post
- response_body_post_minimum_validation_with_signed_integer_response_body_for_content_types/post
- response_body_post_minitems_validation_response_body_for_content_types/post
- response_body_post_minlength_validation_response_body_for_content_types/post
- response_body_post_minproperties_validation_response_body_for_content_types/post
- response_body_post_nested_allof_to_check_validation_semantics_response_body_for_content_types/post
- response_body_post_nested_anyof_to_check_validation_semantics_response_body_for_content_types/post
- response_body_post_nested_items_response_body_for_content_types/post
- response_body_post_nested_oneof_to_check_validation_semantics_response_body_for_content_types/post
- response_body_post_not_more_complex_schema_response_body_for_content_types/post
- response_body_post_not_response_body_for_content_types/post
- response_body_post_nul_characters_in_strings_response_body_for_content_types/post
- response_body_post_null_type_matches_only_the_null_object_response_body_for_content_types/post
- response_body_post_number_type_matches_numbers_response_body_for_content_types/post
- response_body_post_object_properties_validation_response_body_for_content_types/post
- response_body_post_object_type_matches_objects_response_body_for_content_types/post
- response_body_post_oneof_complex_types_response_body_for_content_types/post
- response_body_post_oneof_response_body_for_content_types/post
- response_body_post_oneof_with_base_schema_response_body_for_content_types/post
- response_body_post_oneof_with_empty_schema_response_body_for_content_types/post
- response_body_post_oneof_with_required_response_body_for_content_types/post
- response_body_post_pattern_is_not_anchored_response_body_for_content_types/post
- response_body_post_pattern_validation_response_body_for_content_types/post
- response_body_post_properties_with_escaped_characters_response_body_for_content_types/post
- response_body_post_property_named_ref_that_is_not_a_reference_response_body_for_content_types/post
- response_body_post_ref_in_additionalproperties_response_body_for_content_types/post
- response_body_post_ref_in_allof_response_body_for_content_types/post
- response_body_post_ref_in_anyof_response_body_for_content_types/post
- response_body_post_ref_in_items_response_body_for_content_types/post
- response_body_post_ref_in_not_response_body_for_content_types/post
- response_body_post_ref_in_oneof_response_body_for_content_types/post
- response_body_post_ref_in_property_response_body_for_content_types/post
- response_body_post_required_default_validation_response_body_for_content_types/post
- response_body_post_required_validation_response_body_for_content_types/post
- response_body_post_required_with_empty_array_response_body_for_content_types/post
- response_body_post_required_with_escaped_characters_response_body_for_content_types/post
- response_body_post_simple_enum_validation_response_body_for_content_types/post
- response_body_post_string_type_matches_strings_response_body_for_content_types/post
- response_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types/post
- response_body_post_uniqueitems_false_validation_response_body_for_content_types/post
- response_body_post_uniqueitems_validation_response_body_for_content_types/post
- response_body_post_uri_format_response_body_for_content_types/post
- response_body_post_uri_reference_format_response_body_for_content_types/post
- response_body_post_uri_template_format_response_body_for_content_types/post
- features
- nonCompliantUseDiscriminatorIfCompositionFails/python
- docs
- apis/tags/default_api
- components/schema
- src/this_package
- components/schema
- paths/operators/post
- security/python/docs/apis/tags/default_api
- petstore/python
- docs
- apis/tags
- another_fake_api
- default_api
- fake_api
- fake_classname_tags123_api
- pet_api
- store_api
- user_api
- components
- headers
- parameters
- request_bodies
- schema
- servers
- src/petstore_api
- components
- request_bodies/request_body_user_array/content/application_json
- responses
- response_success_inline_content_and_header
- content/application_json
- response_success_with_json_api_response
- response_successful_xml_and_json_array_of_pet/content
- application_json
- application_xml
- schema
- configurations
- paths
- another_fake_dummy/patch
- fake
- delete
- get
- parameters
- parameter_0
- parameter_2
- request_body/content/application_x_www_form_urlencoded
- patch
- post
- request_body/content/application_x_www_form_urlencoded
- fake_additional_properties_with_array_of_enums/get
- fake_body_with_file_schema/put
- fake_body_with_query_params/put
- fake_case_sensitive_params/put
- fake_classname_test/patch
- fake_delete_coffee_id/delete
- fake_health/get
- fake_inline_additional_properties/post
- request_body/content/application_json
- fake_inline_composition/post
- parameters
- parameter_0
- parameter_1
- request_body/content
- application_json
- multipart_form_data
- responses/response_200/content
- application_json
- multipart_form_data
- fake_json_form_data/get
- request_body/content/application_x_www_form_urlencoded
- fake_json_patch/patch
- fake_json_with_charset/post
- fake_multiple_response_bodies/get
- fake_multiple_securities/get
- fake_obj_in_query/get
- parameters/parameter_0
- fake_parameter_collisions1_abab_self_ab/post
- fake_pet_id_upload_image_with_required_file/post
- request_body/content/multipart_form_data
- fake_query_param_with_json_content_type/get
- fake_ref_obj_in_query/get
- fake_refs_array_of_enums/post
- fake_refs_arraymodel/post
- fake_refs_boolean/post
- fake_refs_composed_one_of_number_with_validations/post
- fake_refs_enum/post
- fake_refs_mammal/post
- fake_refs_number/post
- fake_refs_object_model_with_ref_props/post
- fake_refs_string/post
- fake_response_without_schema/get
- fake_test_query_paramters/put
- parameters
- parameter_0
- parameter_1
- parameter_2
- parameter_3
- parameter_4
- fake_upload_download_file/post
- fake_upload_file/post
- request_body/content/multipart_form_data
- fake_upload_files/post
- request_body/content/multipart_form_data
- foo/get
- responses/response_default/content/application_json
- pet
- post
- put
- pet_find_by_status/get
- parameters/parameter_0
- pet_find_by_tags/get
- parameters/parameter_0
- pet_pet_id
- delete
- get
- post
- request_body/content/application_x_www_form_urlencoded
- pet_pet_id_upload_image/post
- request_body/content/multipart_form_data
- store_inventory/get
- store_order/post
- store_order_order_id
- delete
- get
- user/post
- user_create_with_array/post
- user_create_with_list/post
- user_login/get
- responses/response_200
- user_username
- delete
- get
- put
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
1,924 files changed
+55729
-11291
lines changedLines changed: 36 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
80 | 80 |
| |
81 | 81 |
| |
82 | 82 |
| |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
83 | 119 |
| |
84 | 120 |
| |
85 | 121 |
| |
|
Lines changed: 46 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
3 | 4 |
| |
| 5 | + | |
4 | 6 |
| |
5 | 7 |
| |
| 8 | + | |
6 | 9 |
| |
7 | 10 |
| |
8 | 11 |
| |
| |||
21 | 24 |
| |
22 | 25 |
| |
23 | 26 |
| |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
24 | 70 |
| |
25 | 71 |
| |
26 | 72 |
| |
|
Lines changed: 0 additions & 33 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
89 |
| - | |
90 |
| - | |
91 |
| - | |
92 |
| - | |
93 |
| - | |
94 |
| - | |
95 |
| - | |
96 |
| - | |
97 |
| - | |
98 |
| - | |
99 |
| - | |
100 |
| - | |
101 |
| - | |
102 |
| - | |
103 |
| - | |
104 |
| - | |
105 |
| - | |
106 |
| - | |
107 |
| - | |
108 |
| - | |
109 |
| - | |
110 |
| - | |
111 |
| - | |
112 |
| - | |
113 |
| - | |
114 |
| - | |
115 |
| - | |
116 |
| - | |
117 |
| - | |
118 |
| - | |
119 |
| - | |
120 |
| - | |
121 |
| - | |
122 | 89 |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + |
Lines changed: 72 additions & 0 deletions
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 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + |
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + |
Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 |
| - | |
4 |
| - |
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + |
Lines changed: 8 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
| |||
29 | 29 |
| |
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 |
| |
| |||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
57 |
| - | |
| 57 | + | |
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
|
Lines changed: 8 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
| |||
29 | 29 |
| |
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 |
| |
| |||
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
58 |
| - | |
| 58 | + | |
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
|
0 commit comments