@valon-technologies/gestalt
    Preparing search index...

    Static operation metadata emitted by a provider catalog.

    interface CatalogOperation {
        id: string;
        method: string;
        title?: string;
        description?: string;
        parameters?: CatalogParameter[];
        inputSchema?: CatalogSchema;
        outputSchema?: CatalogSchema;
        tags?: string[];
        readOnly?: boolean;
        visible?: boolean;
        allowedRoles?: string[];
    }
    Index

    Properties

    id: string
    method: string
    title?: string
    description?: string
    parameters?: CatalogParameter[]
    inputSchema?: CatalogSchema
    outputSchema?: CatalogSchema
    tags?: string[]
    readOnly?: boolean
    visible?: boolean
    allowedRoles?: string[]