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 links field

+3
+3
src/lexicons/site.standard.document.ts
··· 58 58 }), 59 59 labels: lx.union(["com.atproto.label.defs#selfLabels"], { 60 60 description: "Self-label values for this post. Effectively content warnings.", 61 + }), 62 + links: lx.union([], { 63 + description: "Array of values describing relationships between this document and external resources" 61 64 }) 62 65 }), 63 66 description: 'A document record representing a published article, blog post, or other content. Documents can belong to a publication or exist independently.'