MCPcopy Create free account
hub / github.com/fastify/fastify / FastifyRouteSchemaDef

Interface FastifyRouteSchemaDef

types/schema.d.ts:18–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18export interface FastifyRouteSchemaDef<T> {
19 schema: T;
20 method: string;
21 url: string;
22 httpPart?: string;
23 httpStatus?: string;
24 contentType?: string;
25}
26
27export interface FastifySchemaValidationError {
28 keyword: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected