Hi, @FallenDeity , could you help me here if you have some spare time? I wanted to regenerate the openapi schema on my PC but I get a different result than the current version on master, when building many properties get this modification:
growth_time:
type: integer
- maximum: 2147483647
- minimum: -2147483648
+ maximum: 9223372036854775807
+ minimum: -9223372036854775808
+ format: int64
Can we add a rule for these ranges?
Hi, @FallenDeity , could you help me here if you have some spare time? I wanted to regenerate the openapi schema on my PC but I get a different result than the current version on
master, when building many properties get this modification:growth_time: type: integer - maximum: 2147483647 - minimum: -2147483648 + maximum: 9223372036854775807 + minimum: -9223372036854775808 + format: int64Can we add a rule for these ranges?