Skip to content

Commit 7a96f9e

Browse files
committed
Merge duplicative text related to id.
1 parent 42d38f2 commit 7a96f9e

File tree

1 file changed

+7
-24
lines changed

1 file changed

+7
-24
lines changed

index.html

Lines changed: 7 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1347,30 +1347,13 @@ <h3>Identifiers</h3>
13471347
allows for the expression of statements about specific things in the
13481348
[=verifiable credential=] and is set by an [=issuer=] when expressing
13491349
objects in a [=verifiable credential=] or a [=holder=] when expressing
1350-
objects in a [=verifiable presentation=]. Example `id` values
1350+
objects in a [=verifiable presentation=]. The `id` [=property=] expresses an
1351+
identifier that others are expected to use when expressing statements about a
1352+
specific thing identified by that identifier. Example `id` values
13511353
include UUIDs (`urn:uuid:0c07c1ce-57cb-41af-bef2-1b932b986873`), HTTP URLs
13521354
(`https://id.example/things#123`), and DIDs (`did:example:1234abcd`).
13531355
</p>
13541356

1355-
<p>
1356-
<em>If</em> the `id` [=property=] is present:
1357-
</p>
1358-
1359-
<ul>
1360-
<li>
1361-
The `id` [=property=] MUST express an identifier that others are
1362-
expected to use when expressing statements about a specific thing identified
1363-
by that identifier.
1364-
</li>
1365-
<li>
1366-
The `id` [=property=] MUST NOT have more than one value.
1367-
</li>
1368-
<li>
1369-
The value of the `id` [=property=] MUST be a [=URL=] which
1370-
MAY be dereferenced.
1371-
</li>
1372-
</ul>
1373-
13741357
<p class="note">
13751358
Developers should remember that identifiers might be harmful in scenarios
13761359
where pseudonymity is required. Developers are encouraged to read Section
@@ -1385,10 +1368,10 @@ <h3>Identifiers</h3>
13851368
<dl>
13861369
<dt><dfn class="export">id</dfn></dt>
13871370
<dd>
1388-
The value of the `id` [=property=] MUST be a single [=URL=].
1389-
It is RECOMMENDED that the [=URL=] in the `id` be one which, if
1390-
dereferenced, results in a document containing machine-readable information
1391-
about the `id`.
1371+
The `id` [=property=] is OPTIONAL. If present, the value of the `id`
1372+
[=property=] MUST be a single [=URL=] which MAY be dereferenced. It is
1373+
RECOMMENDED that the [=URL=] in the `id` be one which, if dereferenced, results
1374+
in a document containing machine-readable information about the `id`.
13921375
</dd>
13931376
</dl>
13941377

0 commit comments

Comments
 (0)