@sovereignbase/schema-crdt
    Preparing search index...

    Type Alias SchemaCRDTFormatValidators<T>

    SchemaCRDTFormatValidators: Partial<Record<Extract<keyof T, string>, RegExp>>

    Property-specific regular expressions for Schema.org values that define a clear lexical format in addition to the CRDT type shape.

    Type Parameters

    • T extends Record<string, unknown>