Skip to content

Commit ad272be

Browse files
fix: the attestation result is encoded as an EAR
Align the spec to the implementation. Co-Authored-by: Thomas Fossati <[email protected]> Signed-off-by: Andreas Kretschmer <[email protected]>
1 parent e07aaa5 commit ad272be

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

api/challenge-response/schemas/components.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,11 @@ components:
4646
description: >
4747
the submitted attestation Evidence
4848
result:
49-
$ref: '#/components/schemas/AttestationResult'
49+
type: string
5050
description: >
51-
the computed Attestation Result
51+
The computed Attestation Result encoded as an EAR
52+
(https://datatracker.ietf.org/doc/draft-fv-rats-ear/) using the JWT
53+
serialization.
5254
5355
EvidenceContentType:
5456
type: string

0 commit comments

Comments
 (0)