@cfxlabsinc/b2b-services
    Preparing search index...

    The route schema, @fastify/swagger + TypeBox

    type RouteSchema = {
        body?: TSchema;
        deprecated?: boolean;
        description?: string;
        headers?: TSchema;
        hide?: boolean;
        operationId?: string;
        params?: TSchema;
        querystring?: TSchema;
        response?: Record<string, TSchema>;
        summary?: string;
        tags?: readonly string[];
    }
    Index

    Properties

    body?: TSchema
    deprecated?: boolean
    description?: string
    headers?: TSchema
    hide?: boolean
    operationId?: string
    params?: TSchema
    querystring?: TSchema
    response?: Record<string, TSchema>
    summary?: string
    tags?: readonly string[]