diff --git a/index.html b/index.html index 7c1f38ffd..c1357c6d4 100644 --- a/index.html +++ b/index.html @@ -2344,11 +2344,14 @@

Enveloped Verifiable Credentials

Used to associate an object containing an enveloped verifiable credential with the `verifiableCredential` property in a verifiable presentation. -The `@context` value of the object MUST follow all of the "MUST" statements in -Section . The `id` value of the object MUST be a `data:` -URL [[RFC2397]] that expresses a secured verifiable credential using an enveloping -security scheme, such as [[[VC-JOSE-COSE]]] [[VC-JOSE-COSE]]. The `type` value -of the object MUST be `EnvelopedVerifiableCredential`. +The `@context` property of the object MUST be present and include a context, +such as the base context for this specification, +that defines at least the `id`, `type`, and `EnvelopedVerifiableCredential` +terms as defined by the base context provided by this specification. The `id` +value of the object MUST be a `data:` URL [[RFC2397]] that expresses a secured +verifiable credential using an enveloping security scheme, such as +[[[VC-JOSE-COSE]]] [[VC-JOSE-COSE]]. The `type` value of the object MUST be +`EnvelopedVerifiableCredential`.
@@ -3988,7 +3991,8 @@

Verifiable Credential Graphs

the default graph. For presentations, each value associated with the `verifiableCredential` property of the presentation is a separate named graph of type VerifiableCredentialGraph -which contains a single verifiable credential. +which contains a single verifiable credential or an +enveloped verifiable credential.

Using these graphs has a concrete effect when performing JSON-LD