ATProto Community Lexicon - Bookmark, Like, Event, RSVP, etc

Added on Nov. 6, 2025Managed by lisa

Unnamed definition

{
    "lexicon": 1,
    "id": "community.lexicon.interaction.like",
    "defs": {
        "main": {
            "type": "record",
            "description": "A 'like' interaction with another AT Protocol record.",
            "key": "tid",
            "record": {
                "type": "object",
                "required": [
                    "subject",
                    "createdAt"
                ],
                "properties": {
                    "subject": {
                        "type": "ref",
                        "ref": "com.atproto.repo.strongRef"
                    },
                    "createdAt": {
                        "type": "string",
                        "format": "datetime"
                    }
                }
            }
        }
    }
}

View source