Skip to content

Commit 64dab1c

Browse files
author
Wes Biggs
committed
Minor doc fix
1 parent c87310e commit 64dab1c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.spellcheckerdict.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ MDX
7070
Metaschema
7171
MP[34]
7272
MSA
73-
multibase
73+
[Mm]ultibase
7474
[Mm]ultibase-encoded
7575
multicodec
7676
multicodec-prefixed

pages/DSNP/AttributeSets.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@ This is facilitated by the following naming scheme.
3131
Attribute Set Type canonical names are constructed as follows:
3232

3333
* MUST be in the format _attributeSetTypeNamespace_ + "`$`" + _attributeSetTypeName_, where _attributeSetTypeNamespace_ MUST be either a multihash content hash (encoded as a multibase string), the DSNP DID of the schema author (beginning with "`did:dsnp:`"), or the empty string (for schemaless attribute set types).
34-
* _attributeSetTypeName_ MUST match a declared type value in the Attribute Set Value Document
35-
* If _attributeSetTypeNamespace_ is a DID, it must match the schema author in the schema referenced from the credential document, and the schema must include a proof that can be verified using the author's public key.
34+
* _attributeSetTypeName_ MUST match a declared type value in the Verifiable Credential document
35+
* If _attributeSetTypeNamespace_ is a DID, it must match the issuer of the Verifiable Credential Schema document referenced from the credential document, and the schema document must include a proof that can be verified using the issuer's public key.
3636
* If _attributeSetTypeNamespace_ is empty, the credential document MUST NOT reference a schema.
3737
* If _attributeSetTypeNamespace_ is a multibase string, it must match the multihash content hash of the schema file referenced from the credential document.
3838

3939
Examples:
4040

41-
* Schemaless: `$IsHuman`
42-
* Unsigned schema: `zQmQNHNfHnbgJJ6nK4UPx2VtTUCafAKCbqZJ6ZRYUGjoeFj$BSC`
43-
* Signed schema: `did:dsnp:1234567890$TimeZone`
41+
- Schemaless: `$IsHuman`
42+
- Unsigned schema: `bciqoatksnf4szlitvzfpsdgzegmkmz74i4mpsmb76q7pro42c6fvpzq$BSC`
43+
- Signed schema: `did:dsnp:1234567890$TimeZone`
4444

4545
## Usage Patterns
4646

0 commit comments

Comments
 (0)