snowplow / iglu-scala-client

Scala client for Iglu schema registry
https://github.com/snowplow/iglu/wiki
Apache License 2.0
5 stars 13 forks source link

Take superseding schema into account during validation #231

Closed spenes closed 1 year ago

spenes commented 1 year ago

We introduced a new schema metadata field: 'supersededBy'. As the name implies, this field will be used to specify whether schema is superseded by another schema. If it is superseded, superseding schema will be used during validation. We need to make necessary changes on the Iglu Scala Client to take this field into account during validation.