@hbbio/nanoagent
    Preparing search index...

    Type Alias JSONSchemaObject

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

    Properties

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