I want to be able to convert a dynz schema into an OpenAPI spec. Two converters will be needed: - One that converts the schema to a openAPI spec (response) - One that converts the payload to a openAPI spec (request)
I want to be able to convert a dynz schema into an OpenAPI spec. Two converters will be needed: