Skip to content

Commit

Permalink
Merge pull request #110 from GiganticMinecraft/Lucky3028-patch-1
Browse files Browse the repository at this point in the history
fix: 回答作成時にはフォームのIDを指定する必要があるので修正
  • Loading branch information
rito528 authored Sep 16, 2023
2 parents 9e58350 + dfde32d commit 4cbdcd1
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 @@ -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
Expand Down

0 comments on commit 4cbdcd1

Please sign in to comment.