diff options
Diffstat (limited to 'openapi/api-server.yaml')
| -rw-r--r-- | openapi/api-server.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/openapi/api-server.yaml b/openapi/api-server.yaml index 38e07d7..d13d738 100644 --- a/openapi/api-server.yaml +++ b/openapi/api-server.yaml @@ -218,10 +218,10 @@ components: type: array items: $ref: '#/components/schemas/User' - verification_steps: + exec_steps: type: array items: - $ref: '#/components/schemas/VerificationStep' + $ref: '#/components/schemas/ExecStep' required: - game_id - game_type @@ -230,8 +230,8 @@ components: - duration_seconds - problem - players - - verification_steps - VerificationStep: + - exec_steps + ExecStep: type: object properties: testcase_id: |
