swagger-typescript-api icon indicating copy to clipboard operation
swagger-typescript-api copied to clipboard

Support v3.1 typed arrays

Open Thomasdezeeuw opened this issue 8 months ago • 3 comments

In OpenAPI v3.1 the nullable property was replaced with a "typed array", that is an array that can either be of type T or null.

To make the minimal amount of changes this commit converts a type array back into what a 3.0 parser would expect.

Closes #991

Thomasdezeeuw avatar Apr 10 '25 13:04 Thomasdezeeuw