Remove `data` from required fields in template universal content schema
BreakingBreaking change
This is a breaking change — integrations that rely on the affected behaviour will need updates before the change rolls out.
What changed
The field data has been removed from the required array in what appears to be a template universal content request schema. This is potentially breaking for clients that relied on server-side validation rejecting requests missing data — however, it could also be a fix making data optional, which would be additive. If clients were required to send data and the server now accepts requests without it, existing integrations are unaffected, but the change could indicate a schema correction that previously caused valid requests to fail.