A like on a town.walls.photo record, created by a viewer via the site's OAuth flow. Mirrors app.bsky.feed.like's shape but points at a walls.town photo's strongRef.
Record Key
tid
Timestamp-based ID
Properties
createdAt
string
datetime
Required
Record creation time.
subject
ref
com.atproto.repo.strongRef
Required
The town.walls.photo record being liked.
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"createdAt"
],
"properties": {
"subject": {
"ref": "com.atproto.repo.strongRef",
"type": "ref",
"description": "The town.walls.photo record being liked."
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "Record creation time."
}
}
},
"description": "A like on a town.walls.photo record, created by a viewer via the site's OAuth flow. Mirrors app.bsky.feed.like's shape but points at a walls.town photo's strongRef."
}