Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Item minimum/maximum not shown for array of numbers #2261

Open
cmeeren opened this issue Feb 1, 2023 · 1 comment
Open

Item minimum/maximum not shown for array of numbers #2261

cmeeren opened this issue Feb 1, 2023 · 1 comment
Assignees

Comments

@cmeeren
Copy link

cmeeren commented Feb 1, 2023

Consider the following snippet:

type: array
nullable: true
items:
  type: number
  nullable: true
  minimum: 1
  maximum: 9

It is rendered like this:

image

The minimum and maximum values are not shown anywhere.

@AlexVarchuk AlexVarchuk self-assigned this May 8, 2023
@AlexVarchuk
Copy link
Collaborator

related to that issues:

#2358
#2345

@AlexVarchuk AlexVarchuk added the p1 label Jul 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants