Interface CommitBuilderI

A Commit without its signature, signer and timestamp

Hierarchy

Properties

destroy?: boolean
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[]
set?: Record<string, JSONValue>
subject: string

The resource being edited

Generated using TypeDoc