com.deckbelcher.social.like

deckbelcher.com

{
  "id": "com.deckbelcher.social.like",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "createdAt"
        ],
        "properties": {
          "subject": {
            "refs": [
              "#cardSubject",
              "#recordSubject"
            ],
            "type": "union",
            "description": "Reference to the content being liked."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp when the like was created."
          }
        }
      },
      "description": "Record declaring a 'like' of a piece of content (card, deck, reply, etc)."
    },
    "cardSubject": {
      "type": "object",
      "required": [
        "ref"
      ],
      "properties": {
        "ref": {
          "ref": "com.deckbelcher.defs#cardRef",
          "type": "ref",
          "description": "Reference to the card."
        }
      },
      "description": "Subject for liking a card."
    },
    "recordSubject": {
      "type": "object",
      "required": [
        "ref"
      ],
      "properties": {
        "ref": {
          "ref": "com.atproto.repo.strongRef",
          "type": "ref",
          "description": "Reference to the record."
        }
      },
      "description": "Subject for liking an ATProto record (deck, reply, etc)."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.deckbelcher.social.like

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:web:deckbelcher.com
CID
bafyreifirav2hsohcj6g5nk474tymlrtqkaak3aojpyivwfmudj7257obm
Indexed At
2026-01-23 12:22 UTC
AT-URI
at://did:web:deckbelcher.com/com.atproto.lexicon.schema/com.deckbelcher.social.like

Referenced Schemas (1)

Lexicon Garden

@