Shared lexicon schemas for long-form publishing on AT Protocol. Uses typescript to json via prototypey.
45
fork

Configure Feed

Select the types of activity you want to include in your feed.

add labels property to publication

Brooke 205e055d 89946e40

+5 -3
+5 -3
src/lexicons/site.standard.publication.ts
··· 33 33 }), 34 34 preferences: lx.ref('#preferences', { 35 35 description: 'Object containing platform specific preferences (with a few shared properties).' 36 + }), 37 + labels: lx.union(["com.atproto.label.defs#selfLabels"], { 38 + description: "Self-label values for this publication. Effectively content warnings.", 36 39 }) 37 40 }), 38 41 description: 'A publication record representing a blog, website, or content platform. Publications serve as containers for documents and define the overall branding and settings.' ··· 42 45 default: true, 43 46 description: 'Boolean which decides whether the publication should appear in discovery feeds.' 44 47 }), 45 - }, { 46 - description: 'Platform-specific preferences for the publication, including discovery and visibility settings.' 47 - }) 48 + }), 49 + 48 50 })