Publication Lexicon

Standard.site February 10, 2026
Source
import { Table } from '@/app/components/docs' Publication Lexicon The site.standard.publication lexicon is used to describe information about a particular publication. Overview A publication represents a collection of documents published to the web. It includes important information about a publication including its location on the web, theming information, user preferences, and more. The publication lexicon is not a requirement, but is recommended when publishing collections of related documents. Schema Required Properties Name of the publication. maxLength: 5000maxGraphemes: 500</>], ]} /> Optional Properties
Brief description of the publication. maxLength: 30000maxGraphemes: 3000</>], ['basicTheme', 'ref', <>Simplified theme for tools and apps to utilize when displaying content. (ref → site.standard.theme.basic)</>], ['preferences', 'object', 'Platform-specific preferences for the publication, including discovery and visibility settings.'], ['preferences.showInDiscover', 'boolean', 'Decides whether the publication should appear in discovery feeds.'], ]} /> Example View the Lexicon - View full lexicon schema - Example record Extensibility Lexicons are extendable. Additional properties may be added to better suit the needs of a project. Best Practices - While we encourage avoid trailing slashes, some may not implement this in practice. If you are validating records, you should trim trailing slashes for url in your codebase. Related - Document lexicon - Individual documents within publications - Theme lexicon - Publication theming - Verification - Link publications to a domain - Quick Start - Implementation guide

Discussion in the ATmosphere

Loading comments...