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 createdAt field to site.standard.graph.subscription

+3
+3
src/lexicons/site.standard.graph.subscription.ts
··· 9 9 required: true, 10 10 format: 'at-uri', 11 11 description: 'AT-URI reference to the publication record being subscribed to (ex: at://did:plc:abc123/site.standard.publication/xyz789).' 12 + }), 13 + createdAt: lx.string({ 14 + format: "datetime" 12 15 }) 13 16 }), 14 17 description: 'Record declaring a subscription to a publication.'