Handling Redacted Fields in Nested Optional Structs with Schema Annotations
Hi there I'm trying to write a schema with
Redacted
Redacted
fields but when I have a nested optional struct, the Redacted field gets logged if there's a parse error. I wonder if I'm doing something wrong in how I'm laying out the schema, or trying to annotate it?