Skip to main content

Interface: IAuditableItemGraphResource

Interface describing an auditable item graph vertex resource.

Extends

Properties

id?

optional id: string

The id of the element.

Inherited from

IAuditableItemGraphAuditedElement.id


dateCreated?

optional dateCreated: string

The date/time of when the element was created.

Inherited from

IAuditableItemGraphAuditedElement.dateCreated


dateModified?

optional dateModified: string

The date/time of when the element was modified.

Inherited from

IAuditableItemGraphAuditedElement.dateModified


dateDeleted?

optional dateDeleted: 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/aig/", ...IJsonLdContextDefinitionElement[]]

JSON-LD Context.


type

type: "AuditableItemGraphResource"

JSON-LD Type.


resourceObject?

optional resourceObject: IJsonLdNodeObject

The JSON-LD object for the resource.