AntiPattern
JSON Processing Type Mismatch
json-type-shape-mismatch
JSON pipelines fail because data crosses layers as the wrong type or shape—strings used where jsonb/jsonpath is required, fixed JSON passed where per-row JSON is needed, or values truncated by column limits—causing incorrect extraction, skipped events, or hard persistence errors.