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
This issue was closed because it has been inactive for 7 days since being marked as stale. Please open a new issue if you believe you are encountering a related problem.
Hello everyone :)
Description
When using --array-length flag and minItems, maxItems with identical values in schema definition, the generated interface is [].
openapi-typescript
>=7.0.0
20.15.0
Windows 10
Reproduction
Run openapi-typescript with --array-length flag set to true on yaml :
Expected Result
The part "application/json" should be typed as "[string, string, string]" in :
Current Result
Checklist
npx @redocly/cli@latest lint
)The text was updated successfully, but these errors were encountered: