No description available.
Record Key
tid
Timestamp-based ID
Properties
createdAt
string
datetime
Required
Client-declared timestamp of when the like was created.
subject
ref
com.atproto.repo.strongRef
Required
Strong reference to the liked record, an artwork in the common case.
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"createdAt"
],
"properties": {
"subject": {
"ref": "com.atproto.repo.strongRef",
"type": "ref",
"description": "Strong reference to the liked record, an artwork in the common case."
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "Client-declared timestamp of when the like was created."
}
}
}
}