Home / Type/ FastifySchemaControllerOptions Type — fastify Architecture

FastifySchemaControllerOptions Type — fastify Architecture

Architecture documentation for the FastifySchemaControllerOptions type/interface in schema.d.ts from the fastify codebase.

Entity Profile

Dependency Diagram

graph TD
  7eb3cd41_3be1_9268_0d5a_df3105d15a62["FastifySchemaControllerOptions"]
  d2936c5d_61ff_9b98_1597_9545d4d02b8e["schema.d.ts"]
  7eb3cd41_3be1_9268_0d5a_df3105d15a62 -->|defined in| d2936c5d_61ff_9b98_1597_9545d4d02b8e
  style 7eb3cd41_3be1_9268_0d5a_df3105d15a62 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

types/schema.d.ts lines 47–57

export interface FastifySchemaControllerOptions {
  bucket?: (parentSchemas?: unknown) => {
    add(schema: unknown): FastifyInstance;
    getSchema(schemaId: string): unknown;
    getSchemas(): Record<string, unknown>;
  };
  compilersFactory?: {
    buildValidator?: ValidatorFactory;
    buildSerializer?: SerializerFactory;
  };
}

Defined In

Frequently Asked Questions

What is the FastifySchemaControllerOptions type?
FastifySchemaControllerOptions is a type/interface in the fastify codebase, defined in types/schema.d.ts.
Where is FastifySchemaControllerOptions defined?
FastifySchemaControllerOptions is defined in types/schema.d.ts at line 47.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free