Skip to content

Commit 9d2560e

Browse files
committed
Merge duplicative text related to id.
1 parent a54c5aa commit 9d2560e

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
@@ -1352,30 +1352,13 @@ <h3>Identifiers</h3>
13521352
allows for the expression of statements about specific things in the
13531353
[=verifiable credential=] and is set by an [=issuer=] when expressing
13541354
objects in a [=verifiable credential=] or a [=holder=] when expressing
1355-
objects in a [=verifiable presentation=]. Example `id` values
1355+
objects in a [=verifiable presentation=]. The `id` [=property=] expresses an
1356+
identifier that others are expected to use when expressing statements about a
1357+
specific thing identified by that identifier. Example `id` values
13561358
include UUIDs (`urn:uuid:0c07c1ce-57cb-41af-bef2-1b932b986873`), HTTP URLs
13571359
(`https://id.example/things#123`), and DIDs (`did:example:1234abcd`).
13581360
</p>
13591361

1360-
<p>
1361-
<em>If</em> the `id` [=property=] is present:
1362-
</p>
1363-
1364-
<ul>
1365-
<li>
1366-
The `id` [=property=] MUST express an identifier that others are
1367-
expected to use when expressing statements about a specific thing identified
1368-
by that identifier.
1369-
</li>
1370-
<li>
1371-
The `id` [=property=] MUST NOT have more than one value.
1372-
</li>
1373-
<li>
1374-
The value of the `id` [=property=] MUST be a [=URL=] which
1375-
MAY be dereferenced.
1376-
</li>
1377-
</ul>
1378-
13791362
<p class="note">
13801363
Developers should remember that identifiers might be harmful in scenarios
13811364
where pseudonymity is required. Developers are encouraged to read Section
@@ -1392,10 +1375,10 @@ <h3>Identifiers</h3>
13921375
<dl>
13931376
<dt><dfn class="export">id</dfn></dt>
13941377
<dd>
1395-
The value of the `id` [=property=] MUST be a single [=URL=].
1396-
It is RECOMMENDED that the [=URL=] in the `id` be one which, if
1397-
dereferenced, results in a document containing machine-readable information
1398-
about the `id`.
1378+
The `id` [=property=] is OPTIONAL. If present, the value of the `id`
1379+
[=property=] MUST be a single [=URL=] which MAY be dereferenced. It is
1380+
RECOMMENDED that the [=URL=] in the `id` be one which, if dereferenced, results
1381+
in a document containing machine-readable information about the `id`.
13991382
</dd>
14001383
</dl>
14011384

0 commit comments

Comments
 (0)