metadevpro / openapi3-ts

TS Model & utils for creating and exposing OpenAPI 3.x contracts.
MIT License
485 stars 64 forks source link

Support prefixItems #96

Closed samchungy closed 1 year ago

samchungy commented 1 year ago

Hello again another OpenAPI 3.1 feature 👋 Once again thank you for maintaining this repo 😄 Much appreciated. Happy to raise this again after your splitting OpenAPI PR.

https://json-schema.org/understanding-json-schema/reference/array.html

Looks like redoc already supports it:

https://redocly.github.io/redoc/?nocors&url=openapi-3-1.yaml#tag/user/operation/createUser

image

Played around with it and references work too.