@vnodes/schema
    Preparing search index...

    Type Alias StringFormat

    StringFormat:
        | "email"
        | "password"
        | "username"
        | "token"
        | "apiKey"
        | "otp"
        | "hash"
        | "firstName"
        | "lastName"
        | "fullName"
        | "birthDate"
        | "gender"
        | "nationality"
        | "ssn"
        | "taxId"
        | "phoneNumber"
        | "url"
        | "domain"
        | "handle"
        | "slug"
        | "bio"
        | "ipv4"
        | "ipv6"
        | "address"
        | "street"
        | "city"
        | "state"
        | "province"
        | "zipCode"
        | "country"
        | "countryCode"
        | "latitude"
        | "longitude"
        | "currency"
        | "creditCard"
        | "iban"
        | "swift"
        | "sku"
        | "barcode"
        | "invoiceNumber"
        | "uuid"
        | "cuid"
        | "nanoid"
        | "objectId"
        | "json"
        | "xml"
        | "html"
        | "markdown"
        | "base64"
        | "hex"
        | "binary"
        | "date"
        | "time"
        | "datetime"
        | "timestamp"
        | "timezone"
        | "duration"
        | "filename"
        | "extension"
        | "mimeType"
        | "path"
        | "colorHex"
        | "colorRgb"

    A list of string formats