site.mochott.graph.subscription

tokimeki.blue

Documentation

Record indicating that the account author is subscribed to a publication. Deleting this record unsubscribes.

main record

Record indicating that the account author is subscribed to a publication. Deleting this record unsubscribes.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

Timestamp when the subscription was created.

profile string at-uri Required

AT URI of the publication profile record being subscribed to.

View raw schema
{
  "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."
}

Lexicon Garden

@