optional
type: OpenAPIDataTypes
optional
properties: Record<string, OpenAPIProperty>
optional
format: OpenAPIFormatTypes
optional
items: OpenAPIProperty
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.
type: OpenAPIDataTypes
properties: Record<string, OpenAPIProperty>
format: OpenAPIFormatTypes
items: OpenAPIProperty
Add Package
deno add jsr:@murat/yelix
Import symbol
import { type OpenAPIProperty } from "@murat/yelix";
Import directly with a jsr specifier
import { type OpenAPIProperty } from "jsr:@murat/yelix";