Skip to content

Commit

Permalink
delete unused component
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitoyama authored Nov 7, 2024
1 parent 3620f00 commit c42ec6a
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions docs/swagger/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -940,33 +940,6 @@ components:
type: integer
required:
- answer
Result:
type: array
items:
$ref: "#/components/schemas/ResultItem"
ResultItem:
type: object
allOf:
- $ref: "#/components/schemas/QuestionnaireID"
- type: object
properties:
response_id:
type: integer
example: 1
submitted_at:
type: string
format: date-time
example: 2020-01-01T00:00:00+09:00
modified_at:
type: string
format: date-time
example: 2020-01-01T00:00:00+09:00
required:
- response_id
- respondent
- submitted_at
- modified_at
- $ref: "#/components/schemas/NewResponse"
UsersAndGroups:
type: object
properties:
Expand Down

0 comments on commit c42ec6a

Please sign in to comment.