Skip to content

Commit

Permalink
fix: 同じファイル内の$refが参照できていなかったので修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucky3028 committed Sep 17, 2023
1 parent 4cbdcd1 commit 2d612e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/types/forms/components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ components:
type: object
properties:
question_id:
$ref: "#/components/schemas/question_id"
$ref: "./components.yml#/components/schemas/question_id"
answer:
type: string
example: 整地鯖にアクセスできません。どうしたらいいですか。
Expand Down

0 comments on commit 2d612e1

Please sign in to comment.