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

properly reference did in author

+3 -3
+3 -3
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.ref("com.atproto.repo.strongRef", { 31 - description: 32 - "Optional strong reference to an ATProto did representing the author.", 30 + atprotoIdRef: lx.string({ 31 + format: "did", 32 + description: "Optional DID representing the author", 33 33 }), 34 34 }), 35 35 }),