Interface CommitBuilderI

A Commit without its signature, signer and timestamp

Hierarchy

Properties

destroy?: boolean

If true, the resource must be deleted. https://atomicdata.dev/properties/destroy

previousCommit?: string

URL of the previous Commit, used by the receiver to make sure that we're having the same current version.

push?: Record<string, JSONArray>

The property-value combinations for which one or more ResourceArrays will be appended. https://atomicdata.dev/properties/push

remove?: string[]

The properties that need to be removed. https://atomicdata.dev/properties/remove

set?: Record<string, JSONValue>

The property-value combinations being edited https://atomicdata.dev/properties/set

subject: string

The resource being edited

Generated using TypeDoc