From f24ddf14e0642628f528be1ac6ee72e0d9ec2714 Mon Sep 17 00:00:00 2001 From: Ivan Herman Date: Sat, 17 Aug 2024 16:46:13 +0200 Subject: [PATCH] Clarify that HTTP link headers are ignored. Co-authored-by: Gabe <7622243+decentralgabe@users.noreply.github.com> --- index.html | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index 199ef2332..53dac34cc 100644 --- a/index.html +++ b/index.html @@ -7221,10 +7221,14 @@

application/vc

-A [[JSON-LD11]] context is expected to be present in the body of the document. -The credential is expected to be a valid -JSON-LD -document. +The credential is expected to be a valid +JSON-LD document. +Credentials served with the "`application/vc`" media type are expected +to have all [[JSON-LD11]] context information, including references to +external contexts, within the body of the document. Contexts linked via a +`http://www.w3.org/ns/json-ld#context` HTTP Link Header +(see Section 6.1 +of [[JSON-LD11]]) are ignored.

@@ -7280,10 +7284,14 @@

application/vp

[=enveloping proof=].

-A [[JSON-LD11]] context is expected to be present in the body of the document. -The credential is expected to be a valid -JSON-LD -document. +The presentation is expected to be a valid +JSON-LD document. +Presentations served with the "`application/vp`" media type are expected +to have all [[JSON-LD11]] context information, including references to +external contexts, within the body of the document. Contexts linked via a +`http://www.w3.org/ns/json-ld#context` HTTP Link Header +(see Section 6.1 +of [[JSON-LD11]]) are ignored.