A mark on a note. The record key is derived from the note it marks, so a second like from the same person replaces the first rather than adding to it, and removing one needs no lookup.
Record Key
any
Any valid record key
Properties
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
subject
ref
com.atproto.repo.strongRef
Required
No description available.
View raw schema
{
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"createdAt"
],
"properties": {
"subject": {
"ref": "com.atproto.repo.strongRef",
"type": "ref"
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "A mark on a note. The record key is derived from the note it marks, so a second like from the same person replaces the first rather than adding to it, and removing one needs no lookup."
}