diff --git a/index.html b/index.html index e61eda0a1..aaf2cbdeb 100644 --- a/index.html +++ b/index.html @@ -585,15 +585,16 @@
-A conforming document is any concrete expression of the data model -that complies with the normative statements in this specification. -Specifically, all relevant normative statements in Sections -, , and - of this document MUST be enforced. A serialization -format for the conforming document MUST be deterministic, bi-directional, -and lossless as described in Section . -The conforming document MAY be transmitted or stored in any such -serialization format. +A conforming document is a +compacted JSON-LD +document that complies with all of the relevant "MUST" statements in this +specification. Specifically, the relevant normative "MUST" statements in +Sections , , and + of this document MUST be enforced. +A conforming document is either a verifiable credential that MUST be +serialized using the `application/vc+ld+json` media type or a +verifiable presentation that MUST be serialized using the +`application/vp+ld+json` media type.
@@ -3864,12 +3865,9 @@
If conceptually aligned digital credential formats can be transformed into a conforming document according to the rules provided in this section, they -are considered "compatible with the W3C Verifiable Credentials ecosystem". -A conforming document is either a verifiable credential serialized -as the `application/vc+ld+json` media type or a verifiable presentation -serialized as the `application/vp+ld+json` media type. Specifications that -describe how to perform transformations that enable compatibility with -the Verifiable Credentials ecosystem: +are considered "compatible with the W3C Verifiable Credentials +ecosystem". Specifications that describe how to perform transformations +that enable compatibility with the Verifiable Credentials ecosystem:
[[!JSON-LD]] is useful when extending the data model described in this
-specification. Instances of the data model are encoded in JSON-LD compact
+specification. Instances of the data model are encoded in JSON-LD compacted
form [[!JSON-LD]] and include the @context
property. The
JSON-LD context
is described in detail in the [[!JSON-LD]] specification and its use is
@@ -4037,7 +4035,7 @@
This specification restricts the usage of JSON-LD representations of the data model. JSON-LD compact document +href="https://www.w3.org/TR/json-ld/#compacted-document-form">compacted document form MUST be utilized for all representations of the data model in the base media type, `application/vc+ld+json`.
@@ -4503,25 +4501,12 @@-The algorithm in this section can be used to determine if a provided document is -conformant with the data model provided in this specification. This algorithm -takes a document (object inputDocument) and produces an object -(dataModelConformanceChecked) that contains the following: -
- --The data model verification algorithm is as follows: -
- -