In our project we had all api docs in thunder client, we converted everything to openAPI through postman, and started verifying converted docs, and when we want to get zod from this openAPI file, we are getting everything, is it possible to use some custom field in yaml, that will be present in handlebars template, so we can kinda filter based on this field and get zod only for schemas/endpoints/etc that we need
In our project we had all api docs in thunder client, we converted everything to openAPI through postman, and started verifying converted docs, and when we want to get zod from this openAPI file, we are getting everything, is it possible to use some custom field in yaml, that will be present in handlebars template, so we can kinda filter based on this field and get zod only for schemas/endpoints/etc that we need