Skip to content

Commit

Permalink
debugging a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dglazer authored Aug 12, 2019
1 parent 439887d commit 890b9b4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions openapi/data_repository_service.swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,11 +194,10 @@ definitions:
The value (e.g. `sha-256`) SHOULD be listed as `Hash Name String` in the https://www.iana.org/assignments/named-information/named-information.xhtml#hash-alg[IANA Named Information Hash Algorithm Registry].
          Other values MAY be used, as long as implementors are aware of the issues discussed in https://tools.ietf.org/html/rfc6920#section-9.4[RFC6920].
          GA4GH may provide more explicit guidance for use of non-IANA-registered algorithms in the future.
          Until then, if implementors do choose such an algorithm (e.g. because it's implemented by their storage provider), they SHOULD use an existing standard type such as
`md5`, `etag`, `crc32c`, `trunc512`, or `sha1`.
          Until then, if implementors do choose such an algorithm (e.g. because it's implemented by their storage provider), they SHOULD use an existing standard type
such as `md5`, `etag`, `crc32c`, `trunc512`, or `sha1`.
example:
sha-256

Object:
type: object
required: ['id', 'size', 'created', 'checksums']
Expand Down

0 comments on commit 890b9b4

Please sign in to comment.