A self-attested claim by an atproto account that it is linked to an identity, community, or role in an external service. Paired with a matching agency.portable.attestation record on the attester's PDS.
any
Any valid record key
Properties
attestedBy
string
did
Required
DID of the attester that verified this claim.
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
role
string
Optional
Optional role, rank, or status within the service or community (e.g. 'admin', 'maintainer', 'fascinator').
service
ref
#service
Required
No description available.
View raw schema
{
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"service",
"attestedBy",
"createdAt"
],
"properties": {
"role": {
"type": "string",
"description": "Optional role, rank, or status within the service or community (e.g. 'admin', 'maintainer', 'fascinator')."
},
"service": {
"ref": "#service",
"type": "ref"
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"attestedBy": {
"type": "string",
"format": "did",
"description": "DID of the attester that verified this claim."
}
}
},
"description": "A self-attested claim by an atproto account that it is linked to an identity, community, or role in an external service. Paired with a matching agency.portable.attestation record on the attester's PDS."
}