···417417/// - **repo**: The handle or DID of the repo (aka, current account).
418418/// - **rkey**: The Record Key.
419419/// - **swapCommit**: Compare and swap with the previous commit by CID.
420420-/// - **validate**: Can be set to 'false' to skip Lexicon schema validation
421421-/// of record data, 'true' to require it, or leave unset to validate
422422-/// only for known Lexicons.
420420+/// - **validate**: Can be set to `option.Some(False)` to skip Lexicon schema validation
421421+/// of record data, `option.Some(True)` to require it, or leave unset to validate only
422422+/// for known Lexicons.
423423///
424424/// ## Examples
425425///