core meta data

The object representation of the Thing CoreMetaData.

Boolean
A Boolean field of "live" (1::boolean) or "deprecated" (0::boolean).
ID
The Thing ID that supersedes this Thing.
String
A checksum calculated using SHA-256 calculations based on 'date_modified', 'id', and 'live_status'.
String
The item's release status as one of these values: Released, Redacted, In Edit, Re-Queued, Recommended, Not Applicable, On Hold, Restricted, In Review, Queued.
ID
The Thing ID that supersedes this Thing.
String
Additional text information.
Integer
Describes whether or not this record is validated by an authority. The values are 1 = Created, 2 = Reviewed, 3 = Review Approved.
Object
Metadata created by information.
Object
Metadata modified by information.
{
	"coreMetaData" : 
	{
		"@type" : "CoreMetaData",
		"checksum" : "String",
		"created" : 
		{
			"@type" : "Created",
			"organization" : 
			{
				"@id" : "URL",
				"@type" : "Organization",
				"elementId" : "String",
				"name" : "String"
			},
			"person" : 
			{
				"@id" : "URL",
				"@type" : "Person",
				"elementId" : "String",
				"name" : "String"
			},
			"timeStamp" : "Datetime"
		},
		"deprecatedBy" : "URL",
		"live" : "Boolean",
		"modified" : 
		{
			"@type" : "Modified",
			"organization" : 
			{
				"@id" : "URL",
				"@type" : "Organization",
				"elementId" : "String",
				"name" : "String"
			},
			"person" : 
			{
				"@id" : "URL",
				"@type" : "Person",
				"elementId" : "String",
				"name" : "String"
			},
			"timeStamp" : "Datetime"
		},
		"notes" : "String",
		"status" : "String",
		"supersededBy" : "URL",
		"validated" : "Integer"
	}
}
Visualized image