From dfde32d37f61949c4d0d35cc24ecb9626f635a33 Mon Sep 17 00:00:00 2001 From: Lucky Date: Sat, 16 Sep 2023 13:03:43 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=9B=9E=E7=AD=94=E4=BD=9C=E6=88=90?= =?UTF-8?q?=E6=99=82=E3=81=AB=E3=81=AF=E3=83=95=E3=82=A9=E3=83=BC=E3=83=A0?= =?UTF-8?q?=E3=81=AEID=E3=82=92=E6=8C=87=E5=AE=9A=E3=81=99=E3=82=8B?= =?UTF-8?q?=E5=BF=85=E8=A6=81=E3=81=8C=E3=81=82=E3=82=8B=E3=81=AE=E3=81=A7?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- schema/types/forms/definitions.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/schema/types/forms/definitions.yml b/schema/types/forms/definitions.yml index 4c8eec4..4b9b398 100644 --- a/schema/types/forms/definitions.yml +++ b/schema/types/forms/definitions.yml @@ -61,6 +61,8 @@ definitions: description: titleをnullにするとデフォルト設定が適用 example: "[hoge] 整地の心得違反" nullable: true + form_id: + $ref: "./components.yml#/components/schemas/id" answers: type: array uniqueItems: true