From 0b520dc2529d7df6263842480d4ba7eaf07f4dcd Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 10 Aug 2024 14:06:28 +0900 Subject: feat(backend): include `players` in `Game` object --- openapi.yaml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'openapi.yaml') diff --git a/openapi.yaml b/openapi.yaml index ebad2f0..fdd0146 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -216,12 +216,17 @@ components: example: 946684800 problem: $ref: '#/components/schemas/Problem' + players: + type: array + items: + $ref: '#/components/schemas/User' required: - game_id - game_type - state - display_name - duration_seconds + - players Problem: type: object properties: -- cgit v1.2.3-70-g09d2