Skip to main content

Variable: pdsSourceSchema

const pdsSourceSchema: ZodObject<{ lastSyncedAt: ZodOptional<ZodString>; pdsRecordUrl: ZodOptional<ZodString>; pdsUrl: ZodString; }, $strip>

Defined in: src/api/schemas/common.ts:165

PDS source tracking schema.

Remarks

Required for ATProto compliance. All responses returning indexed data must include the source PDS URL for transparency.