Interface: IAuditableItemGraphResource
Interface describing an auditable item graph vertex resource.
Extends
Properties
id?
optionalid?:string
The id of the element.
Inherited from
IAuditableItemGraphAuditedElement.id
dateCreated?
optionaldateCreated?:string
The date/time of when the element was created.
Inherited from
IAuditableItemGraphAuditedElement.dateCreated
dateModified?
optionaldateModified?:string
The date/time of when the element was modified.
Inherited from
IAuditableItemGraphAuditedElement.dateModified
dateDeleted?
optionaldateDeleted?:string
The date/time of when the element was deleted, as we never actually remove items.
Inherited from
IAuditableItemGraphAuditedElement.dateDeleted
@context?
optional@context?:"https://schema.twindev.org/aig/"| ["https://schema.twindev.org/aig/",...IJsonLdContextDefinitionElement[]]
JSON-LD Context.
type
type:
"AuditableItemGraphResource"
JSON-LD Type.
resourceObject?
optionalresourceObject?:IJsonLdNodeObject
The JSON-LD object for the resource.