11
11
< script src ='https://www.w3.org/Tools/respec/respec-w3c ' class ='remove '> </ script >
12
12
< script src ="./common.js " class ="remove "> </ script >
13
13
< script class ="remove "
14
- src ="
https://cdn.jsdelivr.net/gh/digitalbazaar/[email protected] .3 /dist/main.js "
> </ script >
14
+ src ="
https://cdn.jsdelivr.net/gh/digitalbazaar/[email protected] .4 /dist/main.js "
> </ script >
15
15
16
16
< script class ="remove ">
17
17
var respecConfig = {
@@ -376,7 +376,7 @@ <h3>What is a Verifiable Credential?</h3>
376
376
</ li >
377
377
< li >
378
378
Evidence demonstrating how the [=subject=] met the qualifications required
379
- for issuing the [=credential=] (for example, a measurement, proof of
379
+ for issuing the [=credential=] (for example, a measurement, proof of
380
380
citizenship, or test result)
381
381
</ li >
382
382
< li >
@@ -419,7 +419,7 @@ <h3>What is a Verifiable Credential?</h3>
419
419
</ p >
420
420
421
421
< p >
422
- The word "verifiable" in the terms [=verifiable credential=] and
422
+ The word "verifiable" in the terms [=verifiable credential=] and
423
423
[=verifiable presentation=] refers to the characteristic of a [=credential=]
424
424
or [=presentation=] as being able to be [=verified=] by a [=verifier=],
425
425
as defined in this document. Verifiability of a credential does not imply
@@ -506,12 +506,12 @@ <h3>Ecosystem Overview</h3>
506
506
</ p >
507
507
508
508
< p >
509
- This ecosystem contrasts with the typical two-party or federated identity
509
+ This ecosystem contrasts with the typical two-party or federated identity
510
510
provider models. An identity provider, sometimes abbreviated as < em > IdP</ em > ,
511
511
is a system for creating, maintaining, and managing identity information for
512
512
[=holders=] while providing authentication services to [=relying party=]
513
513
applications within a federation or distributed network. In a federated
514
- identity model, the [=holder=] is tightly bound to the identity provider.
514
+ identity model, the [=holder=] is tightly bound to the identity provider.
515
515
This specification avoids using "identity provider," "federated identity," or
516
516
"relying party" terminology, except when comparing or mapping these concepts
517
517
to other specifications. This specification decouples the identity provider
@@ -1016,7 +1016,7 @@ <h3>Presentations</h3>
1016
1016
itself through [=presentation=] metadata.
1017
1017
The [=verifiable presentation=] refers, via the `verifiableCredential` property,
1018
1018
to a [=verifiable credential=].
1019
- This [=credential=] is a self-contained [=verifiable credential graph=]
1019
+ This [=credential=] is a self-contained [=verifiable credential graph=]
1020
1020
containing [=credential=] metadata and other [=claims=]. This [=credential=]
1021
1021
refers to a [=verifiable credential=] [=proof graph=] via a `proof` property,
1022
1022
expressing the proof (usually a digital signature) of the [=credential=].
@@ -1043,7 +1043,7 @@ <h3>Presentations</h3>
1043
1043
annotated to be a named graph instead of a default graph.
1044
1044
The verifiable presentation proof graph has an object with 'Signature 8910'
1045
1045
with 5 properties: 'type' with value 'DataIntegrityProof'; 'verificationMethod'
1046
- with value 'Example Presenter Public Key 11'; 'created' with value
1046
+ with value 'Example Presenter Public Key 11'; 'created' with value
1047
1047
'2018-01-15T12:43:56Z'; 'nonce' with value 'd28348djsj3239'; and 'proofValue'
1048
1048
with value 'zp2KaZ...8Fj3K='. This graph is annotated with the parenthetical
1049
1049
remark '(a named graph)' ">
@@ -1172,7 +1172,7 @@ <h3>Getting Started</h3>
1172
1172
< p >
1173
1173
After stabilizing all credential properties, developers are advised to generate
1174
1174
and publish vocabulary and context files at stable URLs to facilitate
1175
- interoperability with other developers. The
1175
+ interoperability with other developers. The
1176
1176
`https://www.w3.org/ns/credentials/examples/v2` URL above
1177
1177
would then be replaced with the URL of a use-case-specific context. This
1178
1178
process is covered in Section [[[#extensibility]]]. Alternatively,
@@ -7222,13 +7222,13 @@ <h2>application/vc</h2>
7222
7222
</ p >
7223
7223
7224
7224
< p >
7225
- The credential is expected to be a valid
7225
+ The credential is expected to be a valid
7226
7226
< a data-cite ="JSON-LD11#dfn-json-ld-document "> JSON-LD document</ a > .
7227
- Credentials served with the "`application/vc`" media type are expected
7228
- to have all [[JSON-LD11]] context information, including references to
7227
+ Credentials served with the "`application/vc`" media type are expected
7228
+ to have all [[JSON-LD11]] context information, including references to
7229
7229
external contexts, within the body of the document. Contexts linked via a
7230
7230
`http://www.w3.org/ns/json-ld#context` HTTP Link Header
7231
- (see < a data-cite ="JSON-LD11#interpreting-json-as-json-ld "> Section 6.1</ a >
7231
+ (see < a data-cite ="JSON-LD11#interpreting-json-as-json-ld "> Section 6.1</ a >
7232
7232
of [[JSON-LD11]]) are ignored.
7233
7233
</ p >
7234
7234
</ section >
@@ -7287,11 +7287,11 @@ <h2>application/vp</h2>
7287
7287
< p >
7288
7288
The presentation is expected to be a valid
7289
7289
< a data-cite ="JSON-LD11#dfn-json-ld-document "> JSON-LD document</ a > .
7290
- Presentations served with the "`application/vp`" media type are expected
7291
- to have all [[JSON-LD11]] context information, including references to
7290
+ Presentations served with the "`application/vp`" media type are expected
7291
+ to have all [[JSON-LD11]] context information, including references to
7292
7292
external contexts, within the body of the document. Contexts linked via a
7293
7293
`http://www.w3.org/ns/json-ld#context` HTTP Link Header
7294
- (see < a data-cite ="JSON-LD11#interpreting-json-as-json-ld "> Section 6.1</ a >
7294
+ (see < a data-cite ="JSON-LD11#interpreting-json-as-json-ld "> Section 6.1</ a >
7295
7295
of [[JSON-LD11]]) are ignored.
7296
7296
</ p >
7297
7297
</ section >
0 commit comments