modules/…/…/…/…/python-experimental
model_templates
schema_composed_or_anytype.handlebars +5 -5
schema_dict.handlebars +3 -3
schema_list.handlebars +3 -3
schema_simple.handlebars +3 -3
validations.handlebars +35 -37
schemas.handlebars +260 -272
samples/openapi3/client
3_0_3_unit_test/…/unit_test_api
model
additionalproperties_are_allowed_by_default.py +1 -1
additionalproperties_should_not_look_in_applicators.py +2 -2
allof.py +3 -3
allof_combined_with_anyof_oneof.py +7 -13
allof_simple_types.py +5 -9
allof_with_base_schema.py +3 -3
allof_with_one_empty_schema.py +1 -1
allof_with_the_first_empty_schema.py +1 -1
allof_with_the_last_empty_schema.py +1 -1
allof_with_two_empty_schemas.py +1 -1
anyof.py +3 -5
anyof_complex_types.py +3 -3
anyof_with_base_schema.py +4 -8
anyof_with_one_empty_schema.py +1 -1
by_int.py +2 -4
by_number.py +2 -4
by_small_number.py +2 -4
forbidden_property.py +2 -2
invalid_instance_should_not_raise_error_when_float_division_inf.py +1 -3
invalid_string_value_for_default.py +2 -4
maximum_validation.py +2 -4
maximum_validation_with_unsigned_integer.py +2 -4
maxitems_validation.py +2 -4
maxlength_validation.py +2 -4
maxproperties0_means_the_object_is_empty.py +2 -4
maxproperties_validation.py +2 -4
minimum_validation.py +2 -4
minimum_validation_with_signed_integer.py +2 -4
minitems_validation.py +2 -4
minlength_validation.py +2 -4
minproperties_validation.py +2 -4
model_not.py +1 -1
nested_allof_to_check_validation_semantics.py +2 -2
nested_anyof_to_check_validation_semantics.py +2 -2
nested_oneof_to_check_validation_semantics.py +2 -2
not_more_complex_schema.py +1 -1
object_properties_validation.py +1 -1
oneof.py +3 -5
oneof_complex_types.py +3 -3
oneof_with_base_schema.py +4 -8
oneof_with_empty_schema.py +1 -1
oneof_with_required.py +2 -2
pattern_is_not_anchored.py +4 -6
pattern_validation.py +4 -6
properties_with_escaped_characters.py +1 -1
property_named_ref_that_is_not_a_reference.py +1 -1
ref_in_allof.py +1 -1
ref_in_anyof.py +1 -1
ref_in_not.py +1 -1
ref_in_oneof.py +1 -1
ref_in_property.py +1 -1
required_default_validation.py +1 -1
required_validation.py +1 -1
required_with_empty_array.py +1 -1
required_with_escaped_characters.py +1 -1
the_default_keyword_does_not_do_anything_if_the_property_is_missing.py +1 -3
uniqueitems_false_validation.py +1 -3
uniqueitems_validation.py +2 -4
paths
request_body_post_not_more_complex_schema_request_body
post.py +1 -1
request_body_post_not_request_body
post.py +1 -1
request_body_post_ref_in_not_request_body
post.py +1 -1
request_body_post_required_with_escaped_characters_request_body
post.py +1 -1
response_body_post_not_more_complex_schema_response_body_for_content_types
post.py +1 -1
response_body_post_not_response_body_for_content_types
post.py +1 -1
response_body_post_ref_in_not_response_body_for_content_types
post.py +1 -1
response_body_post_required_with_escaped_characters_response_body_for_content_types
post.py +1 -1
schemas.py +260 -272
petstore/python-experimental
petstore_api
model
any_type_not_string.py +1 -1
apple.py +9 -13
array_with_validations_in_items.py +2 -6
cat.py +1 -1
child_cat.py +1 -1
class_model.py +1 -1
complex_quadrilateral.py +1 -1
composed_any_of_different_types_no_validations.py +1 -1
composed_one_of_different_types.py +8 -14
date_time_with_validations.py +3 -5
date_with_validations.py +3 -5
dog.py +1 -1
equilateral_triangle.py +1 -1
format_test.py +30 -50
fruit.py +1 -1
fruit_req.py +1 -1
gm_fruit.py +1 -1
integer_max10.py +1 -3
integer_min15.py +1 -3
isosceles_triangle.py +1 -1
mammal.py +1 -1
model200_response.py +1 -1
model_return.py +1 -1
name.py +1 -1
nullable_shape.py +1 -1
number_with_validations.py +2 -4
object_with_inline_composition_property.py +2 -4
object_with_validations.py +1 -3
pig.py +1 -1
quadrilateral.py +1 -1
quadrilateral_interface.py +1 -1
scalene_triangle.py +1 -1
shape.py +1 -1
shape_or_null.py +1 -1
simple_quadrilateral.py +1 -1
some_object.py +1 -1
string_with_validation.py +1 -3
triangle.py +1 -1
triangle_interface.py +1 -1
user.py +1 -1
uuid_string.py +1 -3
paths
fake_1
post.py +20 -36
fake_inline_composition_
post.py +12 -24
store_order_order_id_1
get.py +2 -4
schemas.py +260 -272
tests_manual
test_date_time_with_validations.py +1 -1
test_date_with_validations.py +1 -1
test_validate.py +4 -4
@@ -34,6 +31,9 @@ class {{#if this.classname}}{{classname}}{{else}}{{#if nameInSnakeCase}}{{name}}
@@ -17,6 +14,9 @@ class {{#if this.classname}}{{classname}}{{else}}{{#if nameInSnakeCase}}{{name}}
@@ -17,6 +14,9 @@ class {{#if this.classname}}{{classname}}{{else}}{{#if nameInSnakeCase}}{{name}}
@@ -20,6 +17,9 @@ class {{#if this.classname}}{{classname}}{{else}}{{#if nameInSnakeCase}}{{name}}
Files with large changes are collapsed by default.
@@ -24,7 +24,7 @@ from unit_test_api import schemas # noqa: F401
@@ -47,7 +47,7 @@ class AdditionalpropertiesShouldNotLookInApplicators(
@@ -24,7 +24,7 @@ from unit_test_api import schemas # noqa: F401
@@ -46,7 +46,7 @@ class Allof(
@@ -70,7 +70,7 @@ class Allof(
@@ -24,7 +24,7 @@ from unit_test_api import schemas # noqa: F401
@@ -46,11 +46,9 @@ class AllofCombinedWithAnyofOneof(
@@ -67,11 +65,9 @@ class AllofCombinedWithAnyofOneof(
@@ -88,11 +84,9 @@ class AllofCombinedWithAnyofOneof(
@@ -24,7 +24,7 @@ from unit_test_api import schemas # noqa: F401
@@ -46,11 +46,9 @@ class AllofSimpleTypes(
@@ -67,11 +65,9 @@ class AllofSimpleTypes(
@@ -24,7 +24,7 @@ from unit_test_api import schemas # noqa: F401
@@ -50,7 +50,7 @@ class AllofWithBaseSchema(
@@ -74,7 +74,7 @@ class AllofWithBaseSchema(