From 674219685ad0ff12426585e283ea8b92a0d3931f Mon Sep 17 00:00:00 2001 From: Thomas Fossati Date: Thu, 22 Aug 2024 22:31:30 +0200 Subject: [PATCH] the attestation result is encoded as an EAR --- api/challenge-response/schemas/components.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/api/challenge-response/schemas/components.yaml b/api/challenge-response/schemas/components.yaml index 653e2ed..3feb978 100644 --- a/api/challenge-response/schemas/components.yaml +++ b/api/challenge-response/schemas/components.yaml @@ -48,8 +48,9 @@ components: result: type: string description: > - the computed Attestation Result wrapped as payload in an JWS. - The wrapped Attestation Result is of type '#/components/schemas/AttestationResult' + The computed Attestation Result encoded as an EAR + (https://datatracker.ietf.org/doc/draft-fv-rats-ear) using the JWT + serialization. EvidenceContentType: type: string