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
As part of the OpenAPI spec you can define a regex or a range for an integer to show the allowed set of values. This is how it looks like for a specific field (from our docs):
The problem is that when it's a list of items, it only shows the properties of the list, and not the specific items, e.g no regex restrictions shown here:
Expected behavior
Document both the list and the inner items.
Minimal reproducible OpenAPI snippet(if possible)
Example component:
Describe the bug
As part of the OpenAPI spec you can define a regex or a range for an integer to show the allowed set of values. This is how it looks like for a specific field (from our docs):
The problem is that when it's a list of items, it only shows the properties of the list, and not the specific items, e.g no regex restrictions shown here:
Expected behavior
Document both the list and the inner items.
Minimal reproducible OpenAPI snippet(if possible)
Example component:
Screenshots
See above.
Additional context
None.
The text was updated successfully, but these errors were encountered: