85c064ba32
Replace z.unknown() with z.union([z.string(), z.number(), z.boolean(), z.null()]) to constrain what values can be written into the dynamicFields jsonb column via the $executeRaw path. Prevents arbitrary nested structures from being serialized. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>