diff --git a/typing-server/openapi.yaml b/typing-server/openapi.yaml index 40637258..c8f829bf 100644 --- a/typing-server/openapi.yaml +++ b/typing-server/openapi.yaml @@ -79,9 +79,15 @@ paths: content: application/json: schema: - type: array - items: - $ref: "#/components/schemas/ScoreRanking" + type: object + properties: + rankings: + type: array + items: + $ref: "#/components/schemas/ScoreRanking" + total_count: + type: integer + description: ランキングの全件数 "400": description: 不正なリクエストです。