Unix timestamp in milliseconds, see https://atomicdata.dev/properties/createdAt
Optional
destroyIf true, the resource must be deleted. https://atomicdata.dev/properties/destroy
Optional
idSubject of created Commit. Will only be present after it was accepted and applied by the Server.
Optional
previousURL of the previous Commit, used by the receiver to make sure that we're having the same current version.
Optional
pushThe property-value combinations for which one or more ResourceArrays will be appended. https://atomicdata.dev/properties/push
Optional
removeThe properties that need to be removed. https://atomicdata.dev/properties/remove
Optional
setThe property-value combinations being edited https://atomicdata.dev/properties/set
The resource being edited
Generated using TypeDoc
A Commit represents a (set of) changes to one specific Resource. See https://atomicdata.dev/classes/Commit If you want to create a Commit, you should probably use the CommitBuilder and call
.sign()
on it.