Merge remote-tracking branch 'olegkyz/bugfix/examples-content' into jamie

This commit is contained in:
Jamie Macey
2020-10-17 13:14:47 -07:00
6 changed files with 47 additions and 33 deletions

View File

@@ -235,16 +235,14 @@
"type": "string"
}
},
"examples": {
"application/json": {
"id": 1,
"title": "Hello world!",
"content": "Hello world and hello universe. Thank you all very much!!!",
"thumbnail": "thumbnail.png"
}
},
"content": {
"application/json": {
"example": {
"id": 1,
"title": "Hello world!",
"content": "Hello world and hello universe. Thank you all very much!!!",
"thumbnail": "thumbnail.png"
},
"schema": {
"$ref": "#/definitions/blog"
}