OpenAPI3: "the format property is an open string-valued property, and can have any value. Formats such as "email", "uuid", and so on, MAY be used even though undefined by this specification. "
It would be nice if we could specify a mapping to a type for such a custom format. E.g. when "email" is found, use the custom made Go type "Email"
OpenAPI3: "the format property is an open string-valued property, and can have any value. Formats such as "email", "uuid", and so on, MAY be used even though undefined by this specification. "
It would be nice if we could specify a mapping to a type for such a custom format. E.g. when "email" is found, use the custom made Go type "Email"