astahmer / openapi-zod-client

Generate a zodios (typescript http client with zod validation) from an OpenAPI spec (json/yaml)

Home Page:openapi-zod-client.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenAPI 3.1 support

ArthurGoupil opened this issue · comments

Hi, does this package officially support OpenAPI 3.1 specs?
I haven't seen any info on this.

Thanks in advance!

I wouldn't say "officially" as I have based most of the codebase around the v3 spec, but it should not be too bad I guess ? things like type array were supported after an issue was opened

you can try it online here and see what works and what doesn't

Alright thanks @astahmer 👍