site.standard.publication
#main
Properties
A publication record representing a blog, website, or content platform. Publications serve as containers for documents and define the overall branding and settings.
Use com.atproto.repo.createRecord to create a record.
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| basicTheme | site.standard.theme.basic | - | ❌ | - |
| description | string | - | ❌ | Brief description of the publication. |
| icon | blob | - | ❌ | Square image to identify the publication. Should be at least 256x256. |
| labels | union of com.atproto.label.defs#selfLabels | - | ❌ | - |
| name | string | - | ✅ | Name of the publication. |
| preferences | #preferences | - | ❌ | - |
| url | string (uri) | - | ✅ | Base publication url (ex: https://standard.site). The canonical document URL is formed by combining this value with the document path. |
Output
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| ref | com.atproto.repo.strongRef | - | ✅ | - |
#preferences
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| showInDiscover | boolean | - | ❌ | Boolean which decides whether the publication should appear in discovery feeds. |