From 430fe3ee2a37493bc7ab61fbb4587dc82e14759f Mon Sep 17 00:00:00 2001 From: domi41 Date: Sat, 26 Sep 2020 15:59:32 +0200 Subject: [PATCH] docs --- openapi/components/schemas/grade.yaml | 2 +- openapi/components/schemas/poll-properties.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/openapi/components/schemas/grade.yaml b/openapi/components/schemas/grade.yaml index 1ce2a68..07b6a7b 100644 --- a/openapi/components/schemas/grade.yaml +++ b/openapi/components/schemas/grade.yaml @@ -11,7 +11,7 @@ properties: name: type: string description: > - Unique but short name of the grade, like "Excellent" or "To reject". + Unique and short name of the grade, like "Excellent" or "To reject". example: Good description: type: string diff --git a/openapi/components/schemas/poll-properties.yaml b/openapi/components/schemas/poll-properties.yaml index e9c2874..cced618 100644 --- a/openapi/components/schemas/poll-properties.yaml +++ b/openapi/components/schemas/poll-properties.yaml @@ -1,3 +1,4 @@ +# These properties are shared between poll schemes id: readOnly: true type: string