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