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

[API] Correção schema de fases.

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