decentralised sync engine
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

refactor: refine did doc schema

serenity a05dc8e2 dc26c3ca

+1 -1
+1 -1
src/lib/types/atproto.ts
··· 64 64 65 65 export const didDocumentSchema = z.object({ 66 66 "@context": z.array(z.string()), 67 - id: z.string(), 67 + id: didSchema, 68 68 alsoKnownAs: z.optional(z.array(z.string())), 69 69 verificationMethod: z.optional(z.array(verificationMethodSchema)), 70 70 service: z.optional(