Runtime is adding support for parsing durations.
oapi-codegen/runtime#66
We're adding our own type to support durations, since there's really nothing out there that solves the problem. The codegen will be extended to emit our new type for type: string / format: duration.
Runtime is adding support for parsing durations.
oapi-codegen/runtime#66
We're adding our own type to support durations, since there's really nothing out there that solves the problem. The codegen will be extended to emit our new type for
type: string / format: duration.