Skip to content

Commit

Permalink
Merge pull request #50 from Akretsch/main
Browse files Browse the repository at this point in the history
Align OpenAPI definition to real servers behaviour
  • Loading branch information
thomas-fossati authored Aug 22, 2024
2 parents e07aaa5 + 6742196 commit a02a95a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions api/challenge-response/schemas/components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,11 @@ components:
description: >
the submitted attestation Evidence
result:
$ref: '#/components/schemas/AttestationResult'
type: string
description: >
the computed Attestation Result
The computed Attestation Result encoded as an EAR
(https://datatracker.ietf.org/doc/draft-fv-rats-ear) using the JWT
serialization.
EvidenceContentType:
type: string
Expand Down

0 comments on commit a02a95a

Please sign in to comment.