@@ -1352,30 +1352,13 @@ <h3>Identifiers</h3>
1352
1352
allows for the expression of statements about specific things in the
1353
1353
[=verifiable credential=] and is set by an [=issuer=] when expressing
1354
1354
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
1356
1358
include UUIDs (`urn:uuid:0c07c1ce-57cb-41af-bef2-1b932b986873`), HTTP URLs
1357
1359
(`https://id.example/things#123`), and DIDs (`did:example:1234abcd`).
1358
1360
</ p >
1359
1361
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
-
1379
1362
< p class ="note ">
1380
1363
Developers should remember that identifiers might be harmful in scenarios
1381
1364
where pseudonymity is required. Developers are encouraged to read Section
@@ -1392,10 +1375,10 @@ <h3>Identifiers</h3>
1392
1375
< dl >
1393
1376
< dt > < dfn class ="export "> id</ dfn > </ dt >
1394
1377
< 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`.
1399
1382
</ dd >
1400
1383
</ dl >
1401
1384
0 commit comments