Schema Registry API Issue Cloning Schema – PES Errors Related to Mixin Versions
I’m working on cloning an existing schema. I successfully retrieved the target schema and created the cloned schema, but I’m encountering PES errors.
While validating the mixins, the API consistently returns an error stating it expects version 1.65.1 of the mixins. However, the mixins returned by the API have varying versions. Even when I attempt to retrieve a mixin using a specific version from the list, or using the following endpoints:
- Https://platform.adobe.io/data/foundation/schemaregistry/tenant/mixins/{mixin id}?version=@latest
I'd still get the error looking for version 1.65.1? Any idea on how to fix this issue?
Thanks!