site.mochott.graph.subscription

tokimeki.blue

{
  "id": "site.mochott.graph.subscription",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "profile",
          "createdAt"
        ],
        "properties": {
          "profile": {
            "type": "string",
            "format": "at-uri",
            "description": "AT URI of the publication profile record being subscribed to."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp when the subscription was created."
          }
        }
      },
      "description": "Record indicating that the account author is subscribed to a publication. Deleting this record unsubscribes."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1,
  "description": "A subscription record in the social graph. Represents a user following a publication."
}

Validate Record

Validate a record against site.mochott.graph.subscription

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:4tr5dqti7nmu6g2czpthntak
CID
bafyreid627vmpcwjtjtunekoguoi4f5yvhzr74pvv4o5waxhh6rfei4sni
Indexed At
2026-03-25 13:36 UTC
AT-URI
at://did:plc:4tr5dqti7nmu6g2czpthntak/com.atproto.lexicon.schema/site.mochott.graph.subscription

Lexicon Garden

@