OpenAPITools / openapi-generator

OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
https://openapi-generator.tech
Apache License 2.0
21.44k stars 6.48k forks source link

[REQ] Support OpenAPI 3.1 prefixItems #18911

Open estyrke opened 3 months ago

estyrke commented 3 months ago

Is your feature request related to a problem? Please describe.

My schema contains prefixItems properties, which do not seem to be supported currently.

Describe the solution you'd like

Add support for prefixItems (https://json-schema.org/understanding-json-schema/reference/array#tupleValidation)

Describe alternatives you've considered

N/A

Additional context

N/A