lessel - v0.1.0
    Preparing search index...

    Interface Schema

    interface Schema {
        description?: string;
        extract: ExtractionRule[];
        filters: SchemaFilter[];
        name: string;
        platforms: Platform[];
        store: boolean;
    }
    Index
    description?: string

    Human-readable description

    extract: ExtractionRule[]

    JSONPath/field extraction rules

    filters: SchemaFilter[]

    Listener-specific filter rules

    name: string

    Unique schema name

    platforms: Platform[]

    Which listeners this schema applies to

    store: boolean

    Whether to store matched messages