Commit 3fd5ef47 authored by Rosana Aurélio's avatar Rosana Aurélio

[API] Correção api submission.

parent d04b5885
......@@ -41,9 +41,7 @@
"type": "number",
"description": "Last time this submission was modified"
},
"assignment": {
"$ref": "https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/schemas/Assessment.json#/Assignment"
},
"assignment": "integer",
"type": {
"type": "string",
"enum": [
......@@ -155,13 +153,9 @@
},
"answers": {
"type": "array",
"items": {
"$ref": "#/Answer"
}
"items": "integer"
},
"draft": {
"$ref": "#/VirtualAssessmentSubmissionDraft"
}
"draft": "integer"
}
}
]
......@@ -184,9 +178,7 @@
"content": {
"type": "string"
},
"assessment": {
"$ref": "https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/schemas/Assessment.json#/Assignment"
}
"assessment": "integer"
}
}
}
\ No newline at end of file
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