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 Mar 22, 2020
1 parent 97b8030 commit 37ed57d
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -554,19 +554,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 37ed57d

Please sign in to comment.