Interface: IAuditableItemGraphChangeset
Interface describing a set of changes to the vertex.
Properties
@context?
optional@context?: ["https://schema.twindev.org/aig/","https://schema.twindev.org/common/",...IJsonLdContextDefinitionElement[]]
JSON-LD Context.
type
type:
"AuditableItemGraphChangeset"
JSON-LD Type.
id
id:
string
The id of the changeset.
dateCreated
dateCreated:
string
The date/time of when the changeset was created.
userIdentity?
optionaluserIdentity?:string
The user identity that created the changes.
patches
patches:
IAuditableItemGraphPatchOperation[]
The patches in the changeset.
proofId?
optionalproofId?:string
The immutable proof id which contains the signature for this changeset.
verification?
optionalverification?:IImmutableProofVerification
The verification for the changeset.