Star any Atproto identity
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"who"
],
"properties": {
"who": {
"type": "string",
"format": "did"
},
"why": {
"type": "string"
}
}
},
"description": "Star any Atproto identity"
}