@@ -581,7 +581,7 @@ <h3>Ecosystem Overview</h3>
581
581
</ p >
582
582
583
583
< 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
585
585
`name` and `description`, with values in English to simplify the concepts in each
586
586
example of the specification. These examples do not necessarily reflect the data
587
587
structures needed for international use, described in more detail in
@@ -4473,19 +4473,19 @@ <h3>Media Type Precision</h3>
4473
4473
Parse the payload as a JSON document.
4474
4474
</ li >
4475
4475
< li >
4476
- Ensure that the first element of the `@context` field matches
4476
+ Ensure that the first element of the `@context` property matches
4477
4477
`https://www.w3.org/2018/credentials/v2`.
4478
4478
</ li >
4479
4479
< li >
4480
4480
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
4482
4482
subsequent checks are still expected to be performed (according to this
4483
4483
specification) to ensure the payload expresses a conformant Verifiable
4484
4484
Presentation.
4485
4485
</ li >
4486
4486
< li >
4487
4487
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
4489
4489
subsequent checks are still expected to be performed (according to this
4490
4490
specification) to ensure the payload expresses a conformant Verifiable
4491
4491
Credential.
@@ -4965,7 +4965,7 @@ <h3>Personally Identifiable Information</h3>
4965
4965
4966
4966
< p >
4967
4967
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
4969
4969
shared with [=verifiers=]. Personally identifying data, such as a
4970
4970
government-issued identifier, shipping address, and full name, can be easily
4971
4971
used to determine, track, and correlate an [=entity=]. Even information that
@@ -6450,7 +6450,7 @@ <h2>Validation</h2>
6450
6450
information in this data model is expected to be utilized by [=verifiers=]
6451
6451
during the process of [=validation=]. This section captures a selection of
6452
6452
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=].
6454
6454
</ p >
6455
6455
6456
6456
< section class ="informative ">
@@ -7438,7 +7438,7 @@ <h2>Revision History</h2>
7438
7438
Provide more explicit guidance around sets and arrays.
7439
7439
</ li >
7440
7440
< 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.
7442
7442
</ li >
7443
7443
< li >
7444
7444
Add security considerations around interception, replay, and spoofing attacks.
0 commit comments