Commit e3e270e5 authored by Rosana Aurélio's avatar Rosana Aurélio

Inclusão de relacionamento entre competição e exame nos documentos.

parent db50d256
...@@ -5,6 +5,7 @@ Competition: ...@@ -5,6 +5,7 @@ Competition:
- uri - uri
- id - id
- status - status
- exams
properties: properties:
id: id:
type: integer type: integer
...@@ -23,6 +24,10 @@ Competition: ...@@ -23,6 +24,10 @@ Competition:
$ref: 'https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/schemas/Subscription.yaml/#/Subscription' $ref: 'https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/schemas/Subscription.yaml/#/Subscription'
token: token:
type: string type: string
exams:
type: arrays
items:
$ref: 'https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/schemas/Exam.yaml/#/Exam'
Phase: Phase:
required: required:
- label - label
......
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