Skip to content

Commit

Permalink
fix: OpenAPI specifications adapted to implementation.
Browse files Browse the repository at this point in the history
This commit fixes #13.
  • Loading branch information
mfd2007 committed Sep 15, 2023
1 parent f1c041f commit baee24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ components:
validation_status:
description: Result of validation for signature or hash
type: string
enum: [signature_valid, signature_invalid, hash_valid, hash_invalid, not_validated]
enum: [valid, invalid, not_validated]
format: text/plain
hash-256:
description: SHA256 hash value of CSAF advisory
Expand Down

0 comments on commit baee24a

Please sign in to comment.