{
"id": "social.showcase.feed.reaction",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"type",
"createdAt"
],
"properties": {
"type": {
"type": "string",
"maxLength": 100,
"description": "Emoji reaction shortcode (e.g., :heart:, :fire:, :star:)"
},
"subject": {
"ref": "social.showcase.defs#reactionSubject",
"type": "ref"
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "Reaction record - emoji reactions to items/collections"
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:web:lexicon.store
- CID
-
bafyreic3hzrazw33vq3nfmq64nsiosnfvn7hortftqxa4wbgsqcsd57utm
- Indexed At
- 2026-03-20 15:55 UTC
- AT-URI
-
at://did:web:lexicon.store/com.atproto.lexicon.schema/social.showcase.feed.reaction
Referenced Schemas (1)
-
social.showcase.defs#reactionSubject