We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
найдена проблема. генератор не сгенерировал внутрянку модели UserInfos.
при этом описание ручки:
get: summary: List of users operationId: handler-user-list-get ... parameters: ... responses: '200': $ref: ../components/responses/UserInfos.yaml ...
В этом респонсе у нас:
description: A paged array of projects content: application/json: schema: $ref: ../schemas/UserInfos.yaml
В схеме $ref: ../schemas/UserInfos.yaml:
type: array maxItems: 100 items: $ref: ./UserInfo.yaml
Схема для одной сущности UserInfo:
type: object required: - displayName - login - firstname - lastname - email properties: id: type: string format: uuid minLength: 36 maxLength: 36 pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$ displayName: type: string minLength: 1 login: type: string minLength: 1 firstname: type: string minLength: 1 lastname: type: string minLength: 1 email: type: string minLength: 1
То же самое для всех остальных множественных моделей - sections, translations и т.д.
The text was updated successfully, but these errors were encountered:
Баг OpenAPITools/openapi-generator#7802
Sorry, something went wrong.
prt0117
No branches or pull requests
найдена проблема.
генератор не сгенерировал внутрянку модели UserInfos.
при этом описание ручки:
В этом респонсе у нас:
В схеме $ref: ../schemas/UserInfos.yaml:
Схема для одной сущности UserInfo:
То же самое для всех остальных множественных моделей - sections, translations и т.д.
The text was updated successfully, but these errors were encountered: