···3333 }),
3434 preferences: lx.ref('#preferences', {
3535 description: 'Object containing platform specific preferences (with a few shared properties).'
3636+ }),
3737+ labels: lx.union(["com.atproto.label.defs#selfLabels"], {
3838+ description: "Self-label values for this publication. Effectively content warnings.",
3639 })
3740 }),
3841 description: 'A publication record representing a blog, website, or content platform. Publications serve as containers for documents and define the overall branding and settings.'
···4245 default: true,
4346 description: 'Boolean which decides whether the publication should appear in discovery feeds.'
4447 }),
4545- }, {
4646- description: 'Platform-specific preferences for the publication, including discovery and visibility settings.'
4747- })
4848+ }),
4949+4850})