diff --git a/test-app/swagger/v1/swagger.json b/test-app/swagger/v1/swagger.json index 5586d80..866f240 100644 --- a/test-app/swagger/v1/swagger.json +++ b/test-app/swagger/v1/swagger.json @@ -221,6 +221,12 @@ }, "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" }