diff options
Diffstat (limited to 'openapi.yaml')
| -rw-r--r-- | openapi.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
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: |
