oRPC Expanding OpenAPI Link Types
Installation
SKILL.md
Expanding Type Support for OpenAPI Link
Extend OpenAPILink to support additional data types using the Response Validation Plugin.
How It Works
Extend your output and error schemas with coercion logic.
Outputs containing
BloborFileoutside the root level also face Bracket Notation limitations.
const contract = oc.output(z.object({
date: z.coerce.date<Date>(),
bigint: z.coerce.bigint<bigint>(),
}))
Related skills
More from ali-master/skills
orpc ecosystem
Community resources, starter kits, tools, and libraries for oRPC.
2orpc event iterator (sse)
Streaming responses, real-time updates, and server-sent events using oRPC.
2orpc comparison
How oRPC differs from tRPC, ts-rest, and Hono.
2orpc openapilink
Use OpenAPILink in oRPC clients to communicate with OpenAPI-compliant APIs.
2orpc middleware
Middleware enables reusable and extensible procedures in oRPC.
2orpc metadata
Enhance your procedures with metadata.
2