A single encoding definition applied to a single schema property.
optional
contentType: string
optional
headers: Record<string, OpenAPIHeader | OpenAPIReference>
optional
allowReserved: boolean
Yelix is a powerful web server library built specifically for Deno, leveraging the Hono framework in the background. Including built-in data validation, OpenAPI 3.1 support, and auto-generated backend documentation.
A single encoding definition applied to a single schema property.
contentType: string
headers: Record<string, OpenAPIHeader | OpenAPIReference>
allowReserved: boolean
Add Package
deno add jsr:@murat/yelix
Import symbol
import { type OpenAPIEncoding } from "@murat/yelix";
Import directly with a jsr specifier
import { type OpenAPIEncoding } from "jsr:@murat/yelix";