Skip to main content

Interface: InputSchema

Defined in: web/lib/api/generated/types/com/atproto/repo/applyWrites.ts:21

Properties​

repo​

repo: string

Defined in: web/lib/api/generated/types/com/atproto/repo/applyWrites.ts:23

The handle or DID of the repo (aka, current account).


swapCommit?​

optional swapCommit: string

Defined in: web/lib/api/generated/types/com/atproto/repo/applyWrites.ts:28

If provided, the entire operation will fail if the current repo commit CID does not match this value. Used to prevent conflicting repo mutations.


validate?​

optional validate: boolean

Defined in: web/lib/api/generated/types/com/atproto/repo/applyWrites.ts:25

Can be set to 'false' to skip Lexicon schema validation of record data across all operations, 'true' to require it, or leave unset to validate only for known Lexicons.


writes​

writes: ($Typed<Create> | $Typed<Update> | $Typed<Delete>)[]

Defined in: web/lib/api/generated/types/com/atproto/repo/applyWrites.ts:26