Skip to content

Commit 6349dbc

Browse files
committed
fix: make algorithm type enum compatible with GraphQL
1 parent ab639cd commit 6349dbc

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

spec/openapi.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ info:
1212
license:
1313
name: Apache 2.0
1414
url: https://github.com/CycloneDX/transparency-exchange-api/blob/main/LICENSE
15-
version: 0.1.0-beta.1
15+
version: 0.1.1-beta
1616
servers:
1717
- url: http://localhost/tea/v1
1818
description: Local development
@@ -438,7 +438,7 @@ components:
438438
checksums:
439439
- algType: MD5
440440
algValue: 2e1a525afc81b0a8ecff114b8b743de9
441-
- algType: SHA-1
441+
- algType: SHA_1
442442
algValue: 5a7d4caef63c5c5ccdf07c39337323529eb5a770
443443
- uuid: dfa35519-9734-4259-bba1-3e825cf4be06
444444
name: Vulnerability Disclosure Report
@@ -448,7 +448,7 @@ components:
448448
description: CycloneDX VDR (XML)
449449
url: https://logging.apache.org/cyclonedx/vdr.xml
450450
checksums:
451-
- algType: SHA-256
451+
- algType: SHA_256
452452
algValue: 75b81020b3917cb682b1a7605ade431e062f7a4c01a412f0b87543b6e995ad2a
453453

454454
collection-update-reason:
@@ -546,16 +546,16 @@ components:
546546
description: Checksum algorithm
547547
enum:
548548
- MD5
549-
- SHA-1
550-
- SHA-256
551-
- SHA-384
552-
- SHA-512
553-
- SHA3-256
554-
- SHA3-384
555-
- SHA3-512
556-
- BLAKE2b-256
557-
- BLAKE2b-384
558-
- BLAKE2b-512
549+
- SHA_1
550+
- SHA_256
551+
- SHA_384
552+
- SHA_512
553+
- SHA3_256
554+
- SHA3_384
555+
- SHA3_512
556+
- BLAKE2B_256
557+
- BLAKE2B_384
558+
- BLAKE2B_512
559559
- BLAKE3
560560
#
561561
# Types used in API responses

0 commit comments

Comments
 (0)