{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/aig/AuditableItemGraphAuditedElement",
	"title": "AuditableItemGraphAuditedElement",
	"description": "Interface describing the base properties for auditable elements.",
	"type": "object",
	"properties": {
		"id": {
			"type": "string",
			"description": "The id of the element."
		},
		"dateCreated": {
			"type": "string",
			"description": "The date/time of when the element was created."
		},
		"dateModified": {
			"type": "string",
			"description": "The date/time of when the element was modified."
		},
		"dateDeleted": {
			"type": "string",
			"description": "The date/time of when the element was deleted, as we never actually remove items."
		}
	}
}
