api-management-developer-portal icon indicating copy to clipboard operation
api-management-developer-portal copied to clipboard

AnyOf/OneOf complex object cannot be rendered

Open eholman opened this issue 9 months ago • 1 comments

I had a schema that used to work in the Developer portal until there was an array of complex objects added.

My schema is valid (checked on editor.swagger.io) but when I'm using a complex object in an AnyOf or OneOf it cannot be rendered because the map() method cannot be found on an undefined object

I've also tried to use the $ref notation but it doesn't help.

Any suggestions what might help to get the rendering fixed?

Many thanks in advance!

Image

eholman avatar May 20 '25 13:05 eholman

Same issue here with AllOf but it not seems to be a priority... With complex object, the developers portal becomes useless

bguillozet avatar Sep 16 '25 13:09 bguillozet