From 81d86be3b806869db66bf96a8720aded5b168890 Mon Sep 17 00:00:00 2001 From: domi41 Date: Thu, 24 Sep 2020 12:33:14 +0200 Subject: [PATCH] chore: ending dots --- openapi/components/schemas/error.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openapi/components/schemas/error.yaml b/openapi/components/schemas/error.yaml index 24bdbcd..a00b44f 100644 --- a/openapi/components/schemas/error.yaml +++ b/openapi/components/schemas/error.yaml @@ -2,12 +2,12 @@ type: object properties: code: type: string - description: The HTTP code of the response + description: The HTTP code of the response. example: 404 message: type: string - description: The response details - example: The specified participant was not found + description: The response details. + example: The specified participant was not found. required: - code - message