A User Attribute Set Announcement is a way to create an authenticated (and, optionally, attested) attribute set for a DSNP User.
| Field | Description | Data Type | Serialization | Parquet Type | Bloom Filter |
| announcementType | Announcement Type Enum (8) | enum | decimal | INT32 | no |
| fromId | Id of the user creating the announcement | 64 bit unsigned integer | decimal | UINT_64 | YES |
| subject | DSNP User Id of the attribute set subject | 64 bit unsigned integer | decimal | UINT_64 | YES |
| url | URL for the Verifiable Credential document | UTF-8 | UTF-8 | UTF8 | no |
| contentHash | DSNP Content Hash of content | UTF-8 | base32 multibase | UTF8 | YES |
| attributeSetType | Canonical name of Attribute Set Type | UTF-8 | UTF-8 | UTF8 | YES |
| issuer | URI of issuer | UTF-8 | UTF-8 | UTF8 | YES |
- MUST be a DSNP User Id
- MUST have authorized the creation of the announcement, either directly or via a transparent chain of delegation
- MUST NOT refer to localhost or any reserved IP addresses as defined in RFC6890
- Resource MUST be a Verifiable Credential Document
- MUST use one of the supported URL Schemes
| Scheme | Description | Reference | DSNP Version Added |
| HTTPS | Hypertext Transfer Protocol Secure | RFC2818 | 1.3 |
- MUST be a valid URI
- MUST match the
issuer value from the credential document retrieved from url