Circle V2 API Docs
    Preparing search index...
    • Runs schema.safeParse(data) and returns the parsed value on success, or the provided fallback on failure — logging a structured warning so malformed JSONB rows are visible in observability without crashing reads.

      Type Parameters

      • T

      Parameters

      • schema: ZodType<T>
      • data: unknown
      • fallback: T
      • context: SafeParseContext

      Returns T