mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 15:57:57 +00:00
docs: remove test output from petstore.json #523
This commit is contained in:
parent
b19b9feaa7
commit
6fdff4437c
1 changed files with 0 additions and 33 deletions
|
@ -1165,39 +1165,6 @@
|
||||||
},
|
},
|
||||||
"message": {
|
"message": {
|
||||||
"type": "string"
|
"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": {
|
"xml": {
|
||||||
|
|
Loading…
Reference in a new issue