OpenAPIMediaType & { type?: OpenAPIDataTypes; properties?: Record<string, OpenAPIProperty>; examples?: any[]; required?: string[]; schema?: OpenAPIProperty; }
Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
GroophyLifefor/yelixYelix 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.
Add Package
deno add jsr:@murat/yelix
Import symbol
import { type OpenAPIExtenedRequestBodySchema } from "@murat/yelix";
Import directly with a jsr specifier
import { type OpenAPIExtenedRequestBodySchema } from "jsr:@murat/yelix";