{
"$type": "site.standard.document",
"canonicalUrl": "https://standard.site/docs/lexicons/subscription",
"coverImage": {
"$type": "blob",
"ref": {
"$link": "bafkreiffzba5u5txol6zejusmmueiovcs5kjyexdz7zam52dgkpy53nzpq"
},
"mimeType": "image/png",
"size": 113145
},
"description": "Schema reference for subscriptions, used to tracks relationships between users and publications.",
"path": "/docs/lexicons/subscription",
"publishedAt": "2026-02-10T00:00:00.000Z",
"site": "at://did:plc:re3ebnp5v7ffagz6rb6xfei4/site.standard.publication/3me5vykp6lf2y",
"textContent": "import { Table } from '@/app/components/docs'\n\nSubscription Lexicon\n\nThe site.standard.graph.subscription lexicon tracks relationships between users and publications.\n\nOverview\n\nSubscriptions enable users to follow publications and receive updates about new content. They represent the social connection between readers and the publications they're interested in.\n\nSchema\n\nRequired Properties\n\n<Table\n headers={['Property', 'Type', 'Description']}\n rows={[\n ['publication', 'at-uri', 'AT-URI reference to the publication record being subscribed to (ex: at://did:plc:abc123/site.standard.publication/xyz789)'],\n ]}\n/>\n\nExample\n\nView the Lexicon\n\n- View full lexicon schema\n- Example record\n\nRelated\n\n- Publication lexicon - Publications that can be subscribed to\n- Document lexicon - Content from subscribed publications\n- Quick Start - Implementation guide",
"title": "Subscription Lexicon"
}