@cityjson/flatcitybuf
    Preparing search index...

    Interface Semantics

    interface Semantics {
        surfaces: SemanticSurface[];
        values: IndexValues[] | null;
    }
    Index
    surfaces: SemanticSurface[]
    values: IndexValues[] | null

    Required by the schema and permitted to be null, so it is always emitted -- null when the mapping carried no values vector at all.