apiaryio / api-blueprint

API Blueprint
https://apiblueprint.org
MIT License
8.65k stars 2.14k forks source link

Apiary not formatting json response examples #475

Open satish-sahu00 opened 2 years ago

satish-sahu00 commented 2 years ago

I have created an Apiary project using Swagger and not API Blueprint, following is my response for 200 and it has an example json

responses: "200": description: Successful Operation content: application/json: schema: $ref: '#/components/schemas/StandardResponseCollectionTransferResponseVO' examples: Successful Operation: description: Successful Operation value: success: true data:

and below is the response in Apiary console

Screenshot 2022-04-07 at 9 56 43 AM

Why is it not formatting it and is there a way to do it?