Skip to content

Commit

Permalink
Remove duplicate ChecksumsForObjects
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-collier committed Apr 6, 2020
1 parent 8d36814 commit 7dcb6c0
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7dcb6c0

Please sign in to comment.