Skip to content

Commit 169de96

Browse files
mspornyTallTedOR13
authored
Fix up section on base media type.
Co-authored-by: Ted Thibodeau Jr <[email protected]> Co-authored-by: Orie Steele <[email protected]>
1 parent e5304b9 commit 169de96

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3257,11 +3257,11 @@ <h2>Syntaxes</h2>
32573257
<a href="#advanced-concepts"></a> is the canonical structural representation of
32583258
a <a>verifiable credential</a> or <a>verifiable presentation</a>. All
32593259
serializations are representations of that data model in a specific format. This
3260-
section specifies how the data model is realized in JSON-LD for the base
3261-
media type (`application/vc+ld+json`).
3262-
Although syntactic mappings are provided for JSON-LD,
3260+
section specifies how the data model is realized in JSON-LD for
3261+
`application/vc+ld+json`, the base media type for Verifiable Credentials.
3262+
Although syntactic mappings are only provided for JSON-LD,
32633263
applications and services can use any other data representation syntax (such as
3264-
XML, YAML, or CBOR) that is capable of being mapped back to the base media type.
3264+
XML, YAML, or CBOR) that is capable of being mapped back to `application/vc+ld+json`.
32653265
As the <a>verification</a> and <a>validation</a> requirements are defined in terms
32663266
of the data model, all serialization syntaxes have to be deterministically
32673267
translated to the data model for processing, <a>validation</a>, or comparison.

0 commit comments

Comments
 (0)