@versatiles/style
    Preparing search index...

    Type Alias SchemaScore

    How well a tileset's source-layers fit one schema.

    type SchemaScore = {
        extra: string[];
        matched: string[];
        missing: string[];
        schema: SchemaName;
        score: number;
    }
    Index
    extra: string[]

    Tileset source-layers not counted as this schema's.

    matched: string[]

    Tileset source-layers counted as this schema's.

    missing: string[]

    This schema's source-layers the tileset does not carry — an extract, or a different schema.

    schema: SchemaName
    score: number

    matched as a share of all the tileset's source-layers, 0–1.