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

rename to did

+1 -1
+1 -1
src/lexicons/site.standard.author.ts
··· 27 27 description: 28 28 "Optional image to use in reference to the author. Less than 1MB is size.", 29 29 }), 30 - atprotoIdRef: lx.string({ 30 + did: lx.string({ 31 31 format: "did", 32 32 description: "Optional DID representing the author", 33 33 }),