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

Interface FastifySchemaValidationError

types/schema.d.ts:27–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27export interface FastifySchemaValidationError {
28 keyword: string;
29 instancePath: string;
30 schemaPath: string;
31 params: Record<string, unknown>;
32 message?: string;
33}
34
35export interface FastifyValidationResult {
36 (data: any): boolean | SafePromiseLike<any> | { error?: Error | FastifySchemaValidationError[], value?: any }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected