Skip to content

Commit 941a536

Browse files
Update src/protocols/faq.md
1 parent bcb7dac commit 941a536

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/protocols/faq.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,9 @@ Blocked events are blocked from sending to all Segment Destinations, including w
150150

151151
### If I omit unplanned properties or properties that generate JSON schema violations, what happens to them?
152152

153-
Properties that are omitted due to JSON Schema Violations or being unplanned are not stored in Segment logs. Segment only stores fully blocked events for 30 days. Omitted properties are dropped from the events and can only be found in the `context.violations` object of an event payload. If Violations are forwarded to a new source, then the omitted properties can also be seen in the Violation Generated event under `violationField` in the `properties` object of the event.
153+
Segment doesn't store unplanned properties and properties omitted due to JSON Schema Violations in Segment logs. Segment drops omitted properties from the events. You can find the omitted properties in the `context.violations` object of an event payload. If you forward Violations to a new source, then you can also see the omitted properties in the Violation Generated event under `violationField` in the `properties` object.
154+
155+
Segment only stores fully blocked events for 30 days.
154156

155157
### Why am I seeing unplanned properties/traits in the payload when violations are triggered, despite using schema controls to omit them?
156158

0 commit comments

Comments
 (0)