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.

Fix positioning of max length & graphemes

+1 -1
+1 -1
src/lexicons/site.standard.document.ts
··· 42 42 }), 43 43 tags: lx.array({ 44 44 type: 'string', 45 - }, { 46 45 maxLength: 1280, 47 46 maxGraphemes: 128, 47 + }, { 48 48 description: 'Array of strings used to tag or categorize the document. Avoid prepending tags with hashtags.' 49 49 }), 50 50 publishedAt: lx.string({