Alexandar Galabov
Alexandar Galabov
Any update on that?
@kevbarns I am not sure I understand what you mean by "in Swagger". The following minimal piece of code: ```ts extendZodWithOpenApi(z); const generator = new OpenApiGeneratorV3([ z.object({ test: z.string().nullish() }).openapi('Schema'),...
@ZachHandley if I understand correctly - you can just create a file of your own that imports zod, wraps it in extendZodWithOpenApi and exports that instance so that you can...
@JeongJuhyeon, yes I know what's the issue: `registry.register` is essentially returning a new schema that has some custom metadata applied to it. So the correct way to achieve what you...
@JeongJuhyeon can you provide a full reproducible script? We have such a similar test case here: https://github.com/asteasolutions/zod-to-openapi/blob/master/spec/types/union.spec.ts#L26
@JeongJuhyeon sorry it is taking so long, but free time is hard to find. I see your example and it turns out the problem is the fact that you are...
@wiz-tajima thank you for reporting. I'd definitely have to investigate this to give a full answer since this is a generic logic that we use everywhere across the "generator". I'd...
@MattIPv4 thank you for raising this up. I do think we can do that for sure. We are currently working on releasing a major release v5.0.0 containing an update on...
@fmmoret Thank you for opening a PR and sorry for taking long on this. I think I do agree that we can add such an option (as opposed to the...
@rhysdoliver thank you for the suggestion. I do think this makes sense. I think we've thought about providing a "base path" of where documents are being stored. I.e not necessarily...