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

Fix positioning of max length & graphemes

aka.dad 0a449f96 88514abc

verified
+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({