diff --git a/iReceptor_Data_Service_API_V2.json b/iReceptor_Data_Service_API_V2.json index 7d12a8d..1c87b8b 100644 --- a/iReceptor_Data_Service_API_V2.json +++ b/iReceptor_Data_Service_API_V2.json @@ -1117,7 +1117,7 @@ "200": { "description": "A successful call returns an array of sequence data. Optional \"format\" parameter determines the output format. Default is a JSON response, limited to top 50 results. If \"format\" is set to \"csv\", it will return all the matching sequence annotations, in addition to sample information and annotation tool information, in a comma-separated format; \"tsv\" returns a tab-delimited outputs; \"airr\" returns AIRR minimal standards encoded tab-delimited outputs.\n", "schema": { - "$ref": "#/definitions/ireceptor_sequence_response" + "type": "file" } }, "400": { @@ -1182,7 +1182,7 @@ "200": { "description": "A successful call returns an array of sequence data. Optional \"format\" parameter determines the output format. Default is a JSON response, limited to top 50 results. If \"format\" is set to \"csv\", it will return all the matching sequence annotations, in addition to sample information and annotation tool information, in a comma-separated format; \"tsv\" returns a tab-delimited outputs; \"airr\" returns AIRR minimal standards encoded tab-delimited outputs.\n", "schema": { - "$ref": "#/definitions/ireceptor_sequence_response" + "type": "file" } }, "400": { @@ -1345,4 +1345,4 @@ } } } -} \ No newline at end of file +} diff --git a/iReceptor_Data_Service_API_V2.yaml b/iReceptor_Data_Service_API_V2.yaml index ccda0d5..f412ecc 100644 --- a/iReceptor_Data_Service_API_V2.yaml +++ b/iReceptor_Data_Service_API_V2.yaml @@ -918,7 +918,7 @@ paths: comma-separated format; "tsv" returns a tab-delimited outputs; "airr" returns AIRR minimal standards encoded tab-delimited outputs. schema: - $ref: '#/definitions/ireceptor_sequence_response' + type: file '400': description: malformed request '401': @@ -963,7 +963,7 @@ paths: comma-separated format; "tsv" returns a tab-delimited outputs; "airr" returns AIRR minimal standards encoded tab-delimited outputs. schema: - $ref: '#/definitions/ireceptor_sequence_response' + type: file '400': description: malformed request '401':