API Management - Swagger example not showing in Developer Portal, but working SwaggerUI
Hi, I'm having trouble getting the API documentation in the Developer Portal to be displayed as desired.
I have a List of a Dictionary<string, DicomAttribute> for which I want to display the structure and an example. I have attached the Open API Json file (a simplified version, but should be good enough for demonstration purposes) in the .txt. file. 171925-openapi-json.txt
Using SwaggerUI or swagger editor https://editor.swagger.io/ the structure and example is displayed fine:
But when getting this to the API Management the example does not show up in the Dev Portal:
And also the referenced definition of DicomAttribute is not displayed in the "Definitions" section.
Do you have any idea what could go wrong here?
The imported definitions in API Management look fine..
Thanks in adavance!
Johannes