Skip to content

openapi integers range. #1623

Description

@Naramsim

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions