Skip to content

Commit

Permalink
fix: /forms/questionsエントリポイントで、どのフォームの質問を作成するかを登録するようにする
Browse files Browse the repository at this point in the history
  • Loading branch information
rito528 committed Aug 22, 2023
1 parent 0b5656c commit 3963094
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions schema/types/forms/definitions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3963094

Please sign in to comment.