Interface: IAuditableItemGraphVertex
Interface describing an auditable item graph vertex.
Extends
Omit<IAuditableItemGraphAuditedElement,"deleted">
Properties
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
@context: [
"https://schema.twindev.org/aig/","https://schema.twindev.org/common/",...IJsonLdContextDefinitionElement[]]
JSON-LD Context.
id
id:
string
The id of the element.
Overrides
IAuditableItemGraphAuditedElement.id
type
type:
"AuditableItemGraphVertex"
JSON-LD Type.
organizationIdentity?
optionalorganizationIdentity?:string
The identity of the organization which controls the vertex.
annotationObject?
optionalannotationObject?:IJsonLdNodeObject
The JSON-LD annotation object for the vertex.
aliases?
optionalaliases?:IAuditableItemGraphAlias[]
Alternative aliases that can be used to identify the vertex.
resources?
optionalresources?:IAuditableItemGraphResource[]
The resources attached to the vertex.
edges?
optionaledges?:IAuditableItemGraphEdge[]
Edges connected to the vertex.
verified?
optionalverified?:boolean
Is the vertex verified, will only be populated when verification is requested.