We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bafc771 commit 5f18b84Copy full SHA for 5f18b84
generator/konfig-generator-api/src/main/resources/python/schemas.handlebars
@@ -2102,6 +2102,7 @@ class IntBase:
2102
IntBase _validate_oapg
2103
TODO what about types = (int, number) -> IntBase, NumberBase? We could drop int and keep number only
2104
"""
2105
+ if cls._types and int not in cls._types: cls._types.add(int)
2106
cls.__validate_format(arg, validation_metadata=validation_metadata)
2107
return super()._validate_oapg(arg, validation_metadata=validation_metadata)
2108
0 commit comments