Interface CommitPreSigned

A Commit without its signature, but with a signer and timestamp

Hierarchy

Properties

createdAt: number

Unix timestamp in milliseconds, see https://atomicdata.dev/properties/createdAt

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

signer: string
subject: string

The resource being edited

Generated using TypeDoc