Keeta LogoKeeta Logo@keetanetwork/keetanet-client
    Preparing search index...
    Schema:
        | keyof BasicSchemaMap
        | { choice: Schema[] }
        | { sequenceOf: Schema }
        | { optional: Schema }
        | {
            contains: Schema;
            kind: "implicit" | "explicit";
            type: "context";
            value: number;
        }
        | { oid: string; type: "oid" }
        | { kind: "printable"; type: "string" }
        | { kind: "ia5"; type: "string" }
        | { kind: "utf8"; type: "string" }
        | { kind: "utc"; type: "date" }
        | { kind: "general"; type: "date" }
        | readonly [Schema, ...Schema[]]