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

[API] Correção no schema competifier.

parent da7a48c8
......@@ -19,29 +19,19 @@
"email": {
"type": "string"
},
"registration": {
"$ref": "https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/schemas/Subscription.json#/Submission"
},
"registration": "integer",
"tags": {
"type": "array",
"items": {
"$ref": "#/Tag"
}
"items": "integer"
},
"participations": {
"type": "array",
"items": {
"$ref": "https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/schemas/Phase.json#/PhaseParticipation"
}
},
"competition": {
"$ref": "https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/schemas/Phase.json#/Competition"
"items": "integer"
},
"competition": "integer",
"assignments": {
"type": "array",
"items": {
"$ref": "https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/schemas/Assessment.json#/Assignment"
}
"items": "integer"
}
},
"discriminator": {
......
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