You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I don't like the way minimum and maximum string lengths are presented. They are seen as an unlabeled array such a [5 .. 10]. It's not clear at one glance what the notation even refers to.
Expected behavior
A more precise presentation would be to label each one explicitly:
Minimum length: 0
Maximum length: 5
Minimal reproducible OpenAPI snippet(if possible)
The coding is good, just not the rendering.
zip_code:
type: string
minimum: 5
maximum: 10
nullable: true
description: |
Specifies the ZIP or postal code of the receiving destination.
example: '91104'
Screenshots
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
I don't like the way minimum and maximum string lengths are presented. They are seen as an unlabeled array such a [5 .. 10]. It's not clear at one glance what the notation even refers to.
Expected behavior
A more precise presentation would be to label each one explicitly:
Minimum length: 0
Maximum length: 5
Minimal reproducible OpenAPI snippet(if possible)
The coding is good, just not the rendering.
Screenshots
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: