Interface: IAuditableItemGraphPatchOperation
The patch operation for JSON diffs.
Properties
@context?
optional@context?:"https://schema.twindev.org/aig/"| ["https://schema.twindev.org/aig/",...IJsonLdContextDefinitionElement[]]
JSON-LD Context.
type
type:
"AuditableItemGraphPatchOperation"
JSON-LD Type.
patchOperation
patchOperation:
"add"|"remove"|"replace"|"move"|"copy"|"test"
The operation that was performed on the item.
patchPath
patchPath:
string
The path to the object that was changed.
patchFrom?
optionalpatchFrom?:string
The path the value was copied or moved from.
patchValue?
optionalpatchValue?:unknown
The value to add.