Skip to content

Commit 8d6bd23

Browse files
committed
Fix "field"->"property" since we use the latter in this spec.
1 parent 9fde77e commit 8d6bd23

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ <h3>Ecosystem Overview</h3>
581581
</p>
582582

583583
<p class="note" title="Human-readable texts in English are illustrative">
584-
Examples provided throughout this document include descriptive fields, such as
584+
Examples provided throughout this document include descriptive properties, such as
585585
`name` and `description`, with values in English to simplify the concepts in each
586586
example of the specification. These examples do not necessarily reflect the data
587587
structures needed for international use, described in more detail in
@@ -4473,19 +4473,19 @@ <h3>Media Type Precision</h3>
44734473
Parse the payload as a JSON document.
44744474
</li>
44754475
<li>
4476-
Ensure that the first element of the `@context` field matches
4476+
Ensure that the first element of the `@context` property matches
44774477
`https://www.w3.org/2018/credentials/v2`.
44784478
</li>
44794479
<li>
44804480
Assume an `application/vp` media type if the JSON document contains a
4481-
top-level `type` field containing a `VerifiablePresentation` element. Additional
4481+
top-level `type` property containing a `VerifiablePresentation` element. Additional
44824482
subsequent checks are still expected to be performed (according to this
44834483
specification) to ensure the payload expresses a conformant Verifiable
44844484
Presentation.
44854485
</li>
44864486
<li>
44874487
Assume an `application/vc` media type if the JSON document contains a
4488-
top-level `type` field containing a `VerifiableCredential` element. Additional
4488+
top-level `type` property containing a `VerifiableCredential` element. Additional
44894489
subsequent checks are still expected to be performed (according to this
44904490
specification) to ensure the payload expresses a conformant Verifiable
44914491
Credential.
@@ -4965,7 +4965,7 @@ <h3>Personally Identifiable Information</h3>
49654965

49664966
<p>
49674967
Data associated with [=verifiable credentials=] stored in the
4968-
`credential.credentialSubject` field is susceptible to privacy violations when
4968+
`credential.credentialSubject` property is susceptible to privacy violations when
49694969
shared with [=verifiers=]. Personally identifying data, such as a
49704970
government-issued identifier, shipping address, and full name, can be easily
49714971
used to determine, track, and correlate an [=entity=]. Even information that
@@ -6450,7 +6450,7 @@ <h2>Validation</h2>
64506450
information in this data model is expected to be utilized by [=verifiers=]
64516451
during the process of [=validation=]. This section captures a selection of
64526452
conversations held by the Working Group related to the expected usage of the
6453-
data fields in this specification by [=verifiers=].
6453+
properties in this specification by [=verifiers=].
64546454
</p>
64556455

64566456
<section class="informative">
@@ -7438,7 +7438,7 @@ <h2>Revision History</h2>
74387438
Provide more explicit guidance around sets and arrays.
74397439
</li>
74407440
<li>
7441-
Add support for `name` and `description` fields for issuers and credentials.
7441+
Add support for `name` and `description` properties for issuers and credentials.
74427442
</li>
74437443
<li>
74447444
Add security considerations around interception, replay, and spoofing attacks.

0 commit comments

Comments
 (0)