Interface: InputSchema
Defined in: web/lib/api/generated/types/com/atproto/repo/applyWrites.ts:22
Properties
repo
repo:
string
Defined in: web/lib/api/generated/types/com/atproto/repo/applyWrites.ts:24
The handle or DID of the repo (aka, current account).
swapCommit?
optionalswapCommit:string
Defined in: web/lib/api/generated/types/com/atproto/repo/applyWrites.ts:29
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?
optionalvalidate:boolean
Defined in: web/lib/api/generated/types/com/atproto/repo/applyWrites.ts:26
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:27