Mayson Monorepo Documentation
    Preparing search index...

    Interface JSONSchema

    JSON Schema for tool parameters

    interface JSONSchema {
        type: "object";
        properties: Record<string, JSONSchemaProperty>;
        required?: string[];
    }
    Index

    Properties

    type: "object"
    properties: Record<string, JSONSchemaProperty>
    required?: string[]