enter image description here
Swagger parser doesnt work as it is only for swagger 2.0.
Unable to find any solution for this.
Currently we are using OpenAPI 3
I should be able to get the example value in JSON for API /pet as shown in the image
{
“id”: 0,
“category”: {
“id”: 0,
“name”: “string”
},
“name”: “doggie”,
“photoUrls”: [
“string”
],
“tags”: [
{
“id”: 0,
“name”: “string”
}
],
“status”: “available”
}
mohit nayak is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.