diff --git a/index.html b/index.html index ec876cae4..0277cbd47 100644 --- a/index.html +++ b/index.html @@ -1425,7 +1425,7 @@

Types

`VerifiableCredential` and, optionally, a more specific [=verifiable credential=] [=type=]. For example,
-`"type": ["VerifiableCredential", "ExampleDegreeCredential"]` +`"type": ["VerifiableCredential", "OpenBadgeCredential"]` @@ -1436,7 +1436,7 @@

Types

`VerifiablePresentation` and, optionally, a more specific [=verifiable presentation=] [=type=]. For example,
-`"type": ["VerifiablePresentation", "ExamplePresentation"]` +`"type": "VerifiablePresentation"` @@ -1456,7 +1456,7 @@

Types

A valid terms of use [=type=]. For example,
-`"type": "ExampleTermsPolicy"` +`"type": "TrustFrameworkPolicy"` @@ -1466,7 +1466,7 @@

Types

A valid evidence [=type=]. For example,
-`"type": "ExampleEvidence"` +`"type": "Evidence"` @@ -1496,7 +1496,7 @@

Types

The [=type=] system for the Verifiable Credentials Data Model is the same as -for [[JSON-LD11]] and is detailed in +for [[[JSON-LD11]]] and is detailed in Section 3.5: Specifying the Type and Section 9: JSON-LD @@ -1647,8 +1647,8 @@

Names and Descriptions

same as those set by the `@direction` value. We include the `@direction` property here for clarity of demonstration, and to make copy+paste+edit deliver functional results. Implementers are encouraged to read the section on -JSON-LD String Internationalization -in the JSON-LD 1.1 specification [[JSON-LD11]]. +String Internationalization +in the [[[JSON-LD11]]] specification.