GET API fails if SupersededBy is present in SHARED partition
GET API call fails if the call is made from the PRIVATE tenant and it includes schema from SHARED partition.
If there are schemas in a shared partition with SupersededBy reference, then it tries to fetch the schema from the private tenant. GET call returns records from both SHARED and PRIVATE Partitions.
Edited by Abhishek Kumar (SLB)