From 396309488b039a215b9e00a9da7b4a9baef35aa7 Mon Sep 17 00:00:00 2001 From: rito528 <39003544+rito528@users.noreply.github.com> Date: Tue, 22 Aug 2023 22:44:47 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20/forms/questions=E3=82=A8=E3=83=B3?= =?UTF-8?q?=E3=83=88=E3=83=AA=E3=83=9D=E3=82=A4=E3=83=B3=E3=83=88=E3=81=A7?= =?UTF-8?q?=E3=80=81=E3=81=A9=E3=81=AE=E3=83=95=E3=82=A9=E3=83=BC=E3=83=A0?= =?UTF-8?q?=E3=81=AE=E8=B3=AA=E5=95=8F=E3=82=92=E4=BD=9C=E6=88=90=E3=81=99?= =?UTF-8?q?=E3=82=8B=E3=81=8B=E3=82=92=E7=99=BB=E9=8C=B2=E3=81=99=E3=82=8B?= =?UTF-8?q?=E3=82=88=E3=81=86=E3=81=AB=E3=81=99=E3=82=8B?= 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 996c6a7..63bffda 100644 --- a/schema/types/forms/definitions.yml +++ b/schema/types/forms/definitions.yml @@ -30,6 +30,8 @@ definitions: description: 質問の配列 type: object properties: + form_id: + $ref: "./components.yml#/components/schemas/id" questions: $ref: "./components.yml#/components/schemas/questions" question_id: