Commit 68b84fb8 authored by Rosana Aurélio's avatar Rosana Aurélio

[API] Correção de referência em shemas no formato json.

parent 92c4ccb3
...@@ -149,7 +149,7 @@ paths: ...@@ -149,7 +149,7 @@ paths:
content: content:
application/json: application/json:
schema: schema:
$ref: 'https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/schemas.json/#/Competition' $ref: 'https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/schemas/Phase.json/#/Competition'
/subscription: /subscription:
get: get:
......
...@@ -369,7 +369,7 @@ ...@@ -369,7 +369,7 @@
] ]
}, },
"subscription": { "subscription": {
"$ref": "https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/schemas/Subscription.json/#/Subscription" "$ref": "https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/schemas/Subscription.json#/Subscription"
}, },
"exams": { "exams": {
"type": "array", "type": "array",
...@@ -400,7 +400,7 @@ ...@@ -400,7 +400,7 @@
"type": "array", "type": "array",
"items": [ "items": [
{ {
"$ref": "https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/schemas/Competifier.json/#/Competifier" "$ref": "https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/schemas/Competifier.json#/Competifier"
} }
] ]
} }
......
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