From 5364d02e5727c9fedffdf7bbb5f2b8326d9e2ff5 Mon Sep 17 00:00:00 2001 From: aaron-collier Date: Sun, 22 Mar 2020 15:41:21 -0700 Subject: [PATCH] Remove duplicate ChecksumsForObjects --- openapi.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/openapi.yml b/openapi.yml index 97644110d..01edf3445 100644 --- a/openapi.yml +++ b/openapi.yml @@ -239,8 +239,6 @@ paths: tags: - objects summary: Return a specific file from the Moab - produces: - - application/octet-stream responses: '200': $ref: '#/components/responses/File' @@ -554,19 +552,6 @@ components: - sha1 - sha256 - filesize - ChecksumsForObjects: - description: A representation of all files and checksums for a list of objects - type: array - minItems: 1 - items: - type: object - additionalProperties: - type: object - properties: - druid: - $ref: '#/components/schemas/Druid' - checksums: - $ref: '#/components/schemas/ChecksumsForObject' CSVForObjects: description: A csv representation of all files and checksums for a list of objects type: string