Acronym

An acronym.

String
A unique and persistent identifier for the record within the system's data set.
String
Generic text of any sort.
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.
Array
An array of Terms.
{
	"Acronym" : 
	{
		"@context" : "https://grcschema.org/",
		"@id" : "URL",
		"@type" : "Acronym",
		"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",
		"schemaVersion" : "",
		"terms" : 
		[
			{
				"term" : 
				{
					"@id" : "URL",
					"@type" : "Term",
					"elementId" : "String",
					"name" : "String"
				}
			}
		],
		"text" : "String"
	}
}
Visualized image