app.dropanchor.like

tijs.org View official

{
  "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,
  "description": "A like record for check-ins in the Anchor app"
}

Validate Record

Validate a record against app.dropanchor.like

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:aq7owa5y7ndc2hzjz37wy7ma
CID
bafyreie5am74bjmckm54w3p6mgvcjs4ogvjmc24l4kwfkhxwd6jlma2oya
Indexed At
2026-02-13 14:32 UTC
AT-URI
at://did:plc:aq7owa5y7ndc2hzjz37wy7ma/com.atproto.lexicon.schema/app.dropanchor.like

Lexicon Garden

@