Record declaring support for another identity. Stored in the supporter's repository.
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"subject"
],
"properties": {
"subject": {
"type": "string",
"format": "did",
"description": "DID of the identity being supported."
},
"signatures": {
"type": "array",
"items": {
"refs": [
"com.atproto.repo.strongRef",
"com.atprotofans.supporterProof",
"com.atprotofans.brokerProof"
],
"type": "union"
},
"description": "Attestation proofs for this support relationship."
}
}
},
"description": "Record declaring support for another identity. Stored in the supporter's repository."
}