Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit 48f1f09

Browse files
committed
Samples regenerated
1 parent a969702 commit 48f1f09

156 files changed

Lines changed: 441 additions & 155 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

samples/openapi3/client/3_0_3_unit_test/python/unit_test_api/components/schema/additionalproperties_allows_a_schema_which_should_validate.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ class AdditionalpropertiesAllowsASchemaWhichShouldValidate(
3434

3535

3636
class MetaOapg:
37+
types = {frozendict.frozendict}
3738

3839
class properties:
3940
foo = schemas.AnyTypeSchema

samples/openapi3/client/3_0_3_unit_test/python/unit_test_api/components/schema/additionalproperties_are_allowed_by_default.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ class AdditionalpropertiesAreAllowedByDefault(
3434

3535

3636
class MetaOapg:
37+
types = None
3738

3839
class properties:
3940
foo = schemas.AnyTypeSchema

samples/openapi3/client/3_0_3_unit_test/python/unit_test_api/components/schema/additionalproperties_are_allowed_by_default.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ class AdditionalpropertiesAreAllowedByDefault(
3434

3535

3636
class MetaOapg:
37+
types = None
3738

3839
class properties:
3940
foo = schemas.AnyTypeSchema

samples/openapi3/client/3_0_3_unit_test/python/unit_test_api/components/schema/additionalproperties_can_exist_by_itself.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ class AdditionalpropertiesCanExistByItself(
3434

3535

3636
class MetaOapg:
37+
types = {frozendict.frozendict}
3738
additional_properties = schemas.BoolSchema
3839

3940
def __getitem__(self, name: typing.Union[str, ]) -> MetaOapg.additional_properties:

samples/openapi3/client/3_0_3_unit_test/python/unit_test_api/components/schema/additionalproperties_should_not_look_in_applicators.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ class AdditionalpropertiesShouldNotLookInApplicators(
3434

3535

3636
class MetaOapg:
37+
types = None
3738
additional_properties = schemas.BoolSchema
3839

3940

@@ -43,6 +44,7 @@ class all_of_0(
4344

4445

4546
class MetaOapg:
47+
types = None
4648

4749
class properties:
4850
foo = schemas.AnyTypeSchema

samples/openapi3/client/3_0_3_unit_test/python/unit_test_api/components/schema/additionalproperties_should_not_look_in_applicators.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ class AdditionalpropertiesShouldNotLookInApplicators(
3434

3535

3636
class MetaOapg:
37+
types = None
3738
additional_properties = schemas.BoolSchema
3839

3940

@@ -43,6 +44,7 @@ class AdditionalpropertiesShouldNotLookInApplicators(
4344

4445

4546
class MetaOapg:
47+
types = None
4648

4749
class properties:
4850
foo = schemas.AnyTypeSchema

samples/openapi3/client/3_0_3_unit_test/python/unit_test_api/components/schema/allof.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ class Allof(
3434

3535

3636
class MetaOapg:
37+
types = None
3738

3839

3940
class all_of_0(
@@ -42,6 +43,7 @@ class all_of_0(
4243

4344

4445
class MetaOapg:
46+
types = None
4547
required = {
4648
"bar",
4749
}
@@ -98,6 +100,7 @@ class all_of_1(
98100

99101

100102
class MetaOapg:
103+
types = None
101104
required = {
102105
"foo",
103106
}

samples/openapi3/client/3_0_3_unit_test/python/unit_test_api/components/schema/allof.pyi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ class Allof(
3434

3535

3636
class MetaOapg:
37+
types = None
3738

3839

3940
class all_of_0(
@@ -42,6 +43,7 @@ class Allof(
4243

4344

4445
class MetaOapg:
46+
types = None
4547
required = {
4648
"bar",
4749
}
@@ -98,6 +100,7 @@ class Allof(
98100

99101

100102
class MetaOapg:
103+
types = None
101104
required = {
102105
"foo",
103106
}

samples/openapi3/client/3_0_3_unit_test/python/unit_test_api/components/schema/allof_combined_with_anyof_oneof.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ class AllofCombinedWithAnyofOneof(
3434

3535

3636
class MetaOapg:
37+
types = None
3738

3839

3940
class all_of_0(
@@ -42,6 +43,7 @@ class all_of_0(
4243

4344

4445
class MetaOapg:
46+
types = None
4547
multiple_of = 2
4648

4749

@@ -65,6 +67,7 @@ class one_of_0(
6567

6668

6769
class MetaOapg:
70+
types = None
6871
multiple_of = 5
6972

7073

@@ -88,6 +91,7 @@ class any_of_0(
8891

8992

9093
class MetaOapg:
94+
types = None
9195
multiple_of = 3
9296

9397

samples/openapi3/client/3_0_3_unit_test/python/unit_test_api/components/schema/allof_combined_with_anyof_oneof.pyi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ class AllofCombinedWithAnyofOneof(
3434

3535

3636
class MetaOapg:
37+
types = None
3738

3839

3940
class all_of_0(
@@ -42,6 +43,7 @@ class AllofCombinedWithAnyofOneof(
4243

4344

4445
class MetaOapg:
46+
types = None
4547

4648

4749
def __new__(
@@ -64,6 +66,7 @@ class AllofCombinedWithAnyofOneof(
6466

6567

6668
class MetaOapg:
69+
types = None
6770

6871

6972
def __new__(
@@ -86,6 +89,7 @@ class AllofCombinedWithAnyofOneof(
8689

8790

8891
class MetaOapg:
92+
types = None
8993

9094

9195
def __new__(

0 commit comments

Comments
 (0)