Skip to content

Commit

Permalink
Merge pull request #176 from traP-jp/fix/editorial-json-schema
Browse files Browse the repository at this point in the history
fix: Editorial, EditorialSummary に問題IDを追加
  • Loading branch information
YuHima03 authored Dec 17, 2024
2 parents 2a4c1e2 + 756668e commit ca5eaf9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions api/backend/frontend-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1230,6 +1230,9 @@ components:
description: 更新日時
type: string
format: date-time
problemId:
description: 問題ID
type: integer
authorId:
description: 投稿者のユーザーID
type: integer
Expand Down Expand Up @@ -1262,6 +1265,9 @@ components:
description: 更新日時
type: string
format: date-time
problemId:
description: 問題ID
type: integer
authorId:
description: 投稿者のユーザーID
type: integer
Expand All @@ -1278,6 +1284,7 @@ components:
required:
- id
- createdAt
- problemId
- authorId
- statement
- isPublic
Expand Down

0 comments on commit ca5eaf9

Please sign in to comment.