Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[chore] swagger.yamlの改修 #1154

Merged
merged 5 commits into from
Jan 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 6 additions & 9 deletions docs/swagger/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -494,10 +494,14 @@ components:
allOf:
- $ref: "#/components/schemas/QuestionnaireID"
- $ref: "#/components/schemas/NewQuestionnaire"
- $ref: "#/components/schemas/QuestionnaireRespondents"
- $ref: "#/components/schemas/QuestionnaireCreatedAt"
- $ref: "#/components/schemas/QuestionnaireModifiedAt"
QuestionnaireSummary:
- properties:
respondents:
$ref: "#/components/schemas/Users"
description: |
回答者の一覧。匿名回答の場合はnull。
QuestionnaireSummary: # ResponseCountとRespondentCountを入れてもいいかも
allOf:
- $ref: "#/components/schemas/QuestionnaireID"
- $ref: "#/components/schemas/QuestionnaireTitle"
Expand Down Expand Up @@ -653,13 +657,6 @@ components:
required:
- targets
- admins
QuestionnaireRespondents:
type: object
properties:
respondents:
$ref: "#/components/schemas/Users"
required:
- respondents
QuestionnaireHasMyResponse:
type: object
properties:
Expand Down
Loading