Commit 57fff5cf authored by Isaac Pereira's avatar Isaac Pereira

[API] Atualiza endpoints do competidor

parent e57a476d
This diff is collapsed.
...@@ -32,17 +32,13 @@ Phase: ...@@ -32,17 +32,13 @@ Phase:
required: required:
- label - label
- type - type
- status
properties: properties:
label: label:
type: string type: string
order: previous:
type: integer
next:
type: integer type: integer
type:
type: string
enum:
- CLASSIFICATORY
- FINAL
status: status:
type: integer type: integer
id: id:
...@@ -51,6 +47,10 @@ Phase: ...@@ -51,6 +47,10 @@ Phase:
type: array type: array
items: items:
$ref: '#/PhaseEvent' $ref: '#/PhaseEvent'
assessments:
type: arrays
items:
$ref: 'https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/schemas/Assessment.yaml/#/Assessment'
participations: participations:
type: array type: array
items: items:
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment