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

[API] Correção schema de fases.

parent a72767b0
......@@ -32,9 +32,7 @@
"classificationStrategy": {
"$ref": "#/ClassificationStrategy"
},
"ranking": {
"type": "integer"
},
"ranking": "integer",
"assessments": {
"type": "array",
"items": [
......@@ -67,9 +65,7 @@
}
]
},
"competition": {
"type": "integer"
}
"competition": "integer"
}
},
"AssessmentConclusionTime": {
......@@ -215,9 +211,7 @@
},
"PhaseParticipation": {
"properties": {
"competifier": {
"$ref": "https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/schemas/Competifier.json#/Competifier"
},
"competifier": "integer",
"phase": "integer",
"status": {
"type": "string",
......@@ -232,7 +226,7 @@
"type": "array",
"items": [
{
"$ref": "https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/schemas/Assessment.json#/Assignment"
"type": "integer"
}
]
}
......
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