Compare commits

..

No commits in common. "02a0010431f7f61d96cfaec59986aa3483953e47" and "16781a46412eea455f27372045c216126c39d628" have entirely different histories.

View file

@ -874,24 +874,14 @@ components:
type: object type: object
required: required:
- id - id
- task_id
- contest_id
- participant_id - participant_id
- participant_name
- state - state
- score - score
- penalty - penalty
- time_stat - total_score
- memory_stat
- language - language
- task_id
- task_position
- task_title
- contest_id
- contest_title
- updated_at - updated_at
- created_at - created_at
properties: properties:
@ -899,15 +889,18 @@ components:
type: integer type: integer
format: int32 format: int32
example: 1 example: 1
task_id:
type: integer
format: int32
example: 1
contest_id:
type: integer
format: int32
example: 1
participant_id: participant_id:
type: integer type: integer
format: int32 format: int32
example: 1 example: 1
participant_name:
type: string
example: "user123"
state: state:
type: integer type: integer
format: int32 format: int32
@ -920,39 +913,14 @@ components:
type: integer type: integer
format: int32 format: int32
example: 28 example: 28
time_stat: total_score:
type: integer type: integer
format: int32 format: int32
example: 1000 example: 100
memory_stat:
type: integer
format: int32
example: 256
language: language:
type: integer type: integer
format: int32 format: int32
example: 1 example: 1
task_id:
type: integer
format: int32
example: 1
task_position:
type: integer
format: int32
example: 1
task_title:
type: string
example: "Task title"
contest_id:
type: integer
format: int32
example: 1
contest_title:
type: string
example: "Contest title"
updated_at: updated_at:
type: string type: string
format: date-time format: date-time
@ -963,26 +931,14 @@ components:
type: object type: object
required: required:
- id - id
- task_id
- participant_id - participant_id
- participant_name
- solution
- state - state
- score - score
- penalty - penalty
- time_stat - total_score
- memory_stat - solution
- language - language
- task_id
- task_position
- task_title
- contest_id
- contest_title
- updated_at - updated_at
- created_at - created_at
properties: properties:
@ -990,19 +946,14 @@ components:
type: integer type: integer
format: int32 format: int32
example: 1 example: 1
task_id:
type: integer
format: int32
example: 1
participant_id: participant_id:
type: integer type: integer
format: int32 format: int32
example: 1 example: 1
participant_name:
type: string
example: "user123"
solution:
type: string
example: 'print("Hello, world!")'
state: state:
type: integer type: integer
format: int32 format: int32
@ -1015,39 +966,17 @@ components:
type: integer type: integer
format: int32 format: int32
example: 28 example: 28
time_stat: total_score:
type: integer type: integer
format: int32 format: int32
example: 1000 example: 100
memory_stat:
type: integer
format: int32
example: 256
language: language:
type: integer type: integer
format: int32 format: int32
example: 1 example: 1
solution:
task_id:
type: integer
format: int32
example: 1
task_position:
type: integer
format: int32
example: 1
task_title:
type: string type: string
example: "Task title" example: 'print("Hello, world!")'
contest_id:
type: integer
format: int32
example: 1
contest_title:
type: string
example: "Contest title"
updated_at: updated_at:
type: string type: string
format: date-time format: date-time