app.dropanchor.like

dropanchor.app

{
  "id": "app.dropanchor.like",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "createdAt",
          "checkinRef"
        ],
        "properties": {
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "When the like was created"
          },
          "checkinRef": {
            "ref": "#strongRef",
            "type": "ref",
            "description": "Reference to the check-in being liked"
          }
        }
      },
      "description": "A like record for check-ins in the Anchor app"
    },
    "strongRef": {
      "type": "object",
      "required": [
        "uri",
        "cid"
      ],
      "properties": {
        "cid": {
          "type": "string",
          "format": "cid",
          "description": "Content identifier (CID) of the referenced record"
        },
        "uri": {
          "type": "string",
          "format": "at-uri",
          "description": "AT Protocol URI of the referenced record"
        }
      },
      "description": "A strong reference to another record"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.dropanchor.like

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:wxex3wx5k4ctciupsv5m5stb
CID
bafyreifytqop7ymilvbw26dqhlzdobnduipa2pwxrfhmupkjm63ng7talm
Indexed At
2026-02-06 05:15 UTC
AT-URI
at://did:plc:wxex3wx5k4ctciupsv5m5stb/com.atproto.lexicon.schema/app.dropanchor.like

Lexicon Garden

@