You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to this commit and the official documentation, persistentDisposition should only be allowed in ObjectEvent and TransformationEvent.
The problem is that this issue hasn't been fully addressed by the commit, and we can still validate an AggregationEvent, for example, with a persistentDisposition.
Moreover, examples have not been updated either. Here is an example.
Here is an example of line that should be removed in the schema to make it compliant.
The text was updated successfully, but these errors were encountered:
According to this commit and the official documentation,
persistentDisposition
should only be allowed inObjectEvent
andTransformationEvent
.The problem is that this issue hasn't been fully addressed by the commit, and we can still validate an
AggregationEvent
, for example, with apersistentDisposition
.Moreover, examples have not been updated either. Here is an example.
Here is an example of line that should be removed in the schema to make it compliant.
The text was updated successfully, but these errors were encountered: