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