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
[Optional] Sponsorship to speed up the bug fix or feature request (example)
Description
When we include schema validations in an ArrayModel, like minItems, they are inset in the CodegenModel instance
openapi-generator version
5.0.0-SNAPSHOT
OpenAPI declaration file content or url
openapi: 3.0.0info:
description: >- This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: " \version: 1.0.0title: OpenAPI Petstorelicense:
name: Apache-2.0url: 'https://www.apache.org/licenses/LICENSE-2.0.html'tags:
paths:
components:
schemas:
ArrayWithValidations:
type: arrayminItems: 1items: {}
Generation Details
Steps to reproduce
Related issues/PRs
Suggest a fix
The text was updated successfully, but these errors were encountered:
Bug Report Checklist
Description
When we include schema validations in an ArrayModel, like minItems, they are inset in the CodegenModel instance
openapi-generator version
5.0.0-SNAPSHOT
OpenAPI declaration file content or url
Generation Details
Steps to reproduce
Related issues/PRs
Suggest a fix
The text was updated successfully, but these errors were encountered: