docs: remove test output from petstore.json #523

This commit is contained in:
Sören Weber 2023-05-14 23:42:25 +02:00
parent b19b9feaa7
commit 6fdff4437c
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D

View file

@ -1165,39 +1165,6 @@
},
"message": {
"type": "string"
},
"category": {
"$ref": "#/components/schemas/Category"
},
"photoUrls": {
"type": "array",
"xml": {
"wrapped": true
},
"items": {
"type": "string",
"xml": {
"name": "photoUrl"
}
}
},
"tags": {
"type": "array",
"xml": {
"wrapped": true
},
"items": {
"$ref": "#/components/schemas/Tag"
}
},
"status": {
"type": "string",
"description": "pet status in the store",
"enum": [
"available",
"pending",
"sold"
]
}
},
"xml": {