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

[API] Correção no schema competifier.

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