I'm using polymorphism in OAS 3.0 in Azure APIM. In case when using for example oneOf or anyOF in swagger, it will generate documentation and we can explore all schemas that are referenced inside anyOf/oneOf. So when i click on one of reference, it will expand it schema
Pic of swagger schema
But in Azure APIM, documentation generated in Developer Portal, oneOf/anyOf shows only links to all references , but we can not press any of the links to see actual schema of those references.
Pic of Azure APIM Developer Portal
Is there any solution for this?