From df18442d3f54da89d2a17cacfd43f0ce58f154cb Mon Sep 17 00:00:00 2001 From: domi41 Date: Thu, 8 Oct 2020 16:13:37 +0200 Subject: [PATCH] review --- openapi/components/schemas/grade.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi/components/schemas/grade.yaml b/openapi/components/schemas/grade.yaml index 07b6a7b..fb28f43 100644 --- a/openapi/components/schemas/grade.yaml +++ b/openapi/components/schemas/grade.yaml @@ -11,7 +11,7 @@ properties: name: type: string description: > - Unique and short name of the grade, like "Excellent" or "To reject". + Short yet unique name of the grade, like "Excellent" or "To reject". example: Good description: type: string