Skip to content

Commit 654b694

Browse files
mspornyTallTedOR13
committed
Fix up section on base media type.
Co-authored-by: Ted Thibodeau Jr <[email protected]> Co-authored-by: Orie Steele <[email protected]>
1 parent 4631b46 commit 654b694

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
@@ -3261,11 +3261,11 @@ <h2>Syntaxes</h2>
32613261
<a href="#advanced-concepts"></a> is the canonical structural representation of
32623262
a <a>verifiable credential</a> or <a>verifiable presentation</a>. All
32633263
serializations are representations of that data model in a specific format. This
3264-
section specifies how the data model is realized in JSON-LD for the base
3265-
media type (`application/vc+ld+json`).
3266-
Although syntactic mappings are provided for JSON-LD,
3264+
section specifies how the data model is realized in JSON-LD for
3265+
`application/vc+ld+json`, the base media type for Verifiable Credentials.
3266+
Although syntactic mappings are only provided for JSON-LD,
32673267
applications and services can use any other data representation syntax (such as
3268-
XML, YAML, or CBOR) that is capable of being mapped back to the base media type.
3268+
XML, YAML, or CBOR) that is capable of being mapped back to `application/vc+ld+json`.
32693269
As the <a>verification</a> and <a>validation</a> requirements are defined in terms
32703270
of the data model, all serialization syntaxes have to be deterministically
32713271
translated to the data model for processing, <a>validation</a>, or comparison.

0 commit comments

Comments
 (0)