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