From aa4e6f20706c1c482ab3e50bcfcb3a72d02d93b1 Mon Sep 17 00:00:00 2001 From: Blake Erickson Date: Sat, 6 Feb 2021 17:42:23 -0700 Subject: [PATCH] Include example definition in test app From changes in this commit: eadaf34ef6458da4bd8d03a028e5559a2cf7783b we need to include the new output in the test-app swagger.json file --- test-app/swagger/v1/swagger.json | 6 ++++++ 1 file changed, 6 insertions(+) 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" }