filterV2 schema narrowed; filter field removed; nullable removed from filter
BreakingBreaking change
This is a breaking change — integrations that rely on the affected behaviour will need updates before the change rolls out.
What changed
Several breaking-leaning schema changes are present in this diff:
filterV2on log drain objects was previously aoneOfsupporting bothv1andv2filter versions; thev1variant has been removed, narrowing the schema to only acceptv2filters. Clients sendingversion: "v1"will now fail validation.- A top-level
filterstring field that existed alongsidefilterV2has been removed entirely. - A
filterfield in a separateoneOfunion had itsnullable: trueconstraint removed, which may break clients that rely on null being a valid value. projectFlagsSdkKeyACL action array is newly added across multiple role/permission response schemas — this is a purely additive addition.