Adding simple text boxes to show my example
Hello everyone, I am very new to swagger and also new to editing a Yaml file.
I am trying to show on my documentation basically a simple text box which appears and in that I want to show a json text example so the user who uses the documentation can actually see the json text.
I have used x-example and it doesn't look proessional and also the text "x-example" appears. So I am trying to find a more efficient way and something that looks better.
What i would like is basically something similar to how we call a definition by putting $ref: '#/definitions/definationname under schema and a textbox/terminal/command line kind of window appears showing the content, I want to do something similar where i can call some json file's content to appear or if thats not a possibility, I want to find a way where I can simply paste paste my json example in a text box for users to see under body which can replace my x-example.
I would really appreciate if someone can help me with this please.
Thanks