Authority Source

The penultimate authority of a Thing.

String
The name of the item or record.
String
A unique and persistent identifier for the record within the system's data set.
URL
The Uniform Resource Locator of an internet address.
String
A shortened form of a word or phrase.
URL
The full unique link to the item so it's traversable by that property.
Object
The object representation of the Thing CoreMetaData.
Context
The JSON-LD context for the item in question.
Object
The object representation of the Thing Organization.
{
	"AuthoritySource" : 
	{
		"@context" : "https://grcschema.org/",
		"@id" : "URL",
		"@type" : "AuthoritySource",
		"abbreviation" : "String",
		"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"
		},
		"elementId" : "String",
		"name" : "String",
		"organization" : 
		{
			"@id" : "URL",
			"@type" : "Organization",
			"elementId" : "String",
			"name" : "String"
		},
		"schemaVersion" : "1",
		"url" : "URL"
	}
}
Visualized image