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 field for self labels

+3
+3
src/lexicons/site.standard.document.ts
··· 55 55 updatedAt: lx.string({ 56 56 format: 'datetime', 57 57 description: 'Timestamp of the documents last edit.' 58 + }), 59 + labels: lx.union(["com.atproto.label.defs#selfLabels"], { 60 + description: "Self-label values for this post. Effectively content warnings.", 58 61 }) 59 62 }), 60 63 description: 'A document record representing a published article, blog post, or other content. Documents can belong to a publication or exist independently.'