Skip to content

Commit

Permalink
feat: webhook_urlをcomponentsに定義する
Browse files Browse the repository at this point in the history
  • Loading branch information
rito528 authored and Lucky3028 committed Jun 21, 2023
1 parent bf2996e commit 3176005
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions schema/types/forms/components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,17 @@ components:
$ref: '#/components/schemas/start_at'
end_at:
$ref: '#/components/schemas/end_at'
webhook_url:
description: webhookのURL
type: string
settings:
description: フォームの設定
type: object
properties:
response_period:
$ref: '#/components/schemas/response_period'
webhook_url:
$ref: '#/components/schemas/webhook_url'
created_at:
description: フォームの作成日時
type: string
Expand Down

0 comments on commit 3176005

Please sign in to comment.