Authority Document

Authority Document

String
A unique and persistent identifier for the record within the system's data set.
String
The official name of the Thing in question.
URL
The full unique link to the item so it's traversable by that property.
Object
The bibliographic reference data.
Array
A collection of unique points of reference for the document.
Object
The object representation of the Thing CoreMetaData.
Array
A collection of CommonName.
Array
A collection of Contributor.
Array
An array of SubjectMatter.
Object
An object of License.
Context
The JSON-LD context for the item in question.
String
The type of Authority Document, such as legislation, standard, best practice, etc.
Object
The object representation of the Thing Glossary.
Paginated List
A paginated list of Citations.
Object
The object representation of the Thing Issuer.
Array
An array of geographies covered by an item.
{
	"AuthorityDocument" : 
	{
		"@context" : "https://grcschema.org/",
		"@id" : "URL",
		"@type" : "AuthorityDocument",
		"authorityDocumentType" : "String",
		"bibliographicReference" : 
		{
			"@type" : "BibliographicReference",
			"chapter" : "String",
			"citationFormat" : "String",
			"description" : "String",
			"documentType" : "String",
			"effectiveDate" : "Datetime",
			"page" : "String",
			"pages" : "String",
			"paragraph" : "String",
			"part" : "String",
			"publishedDate" : "Date",
			"publishedName" : "String",
			"publisher" : 
			{
				"@id" : "URL",
				"@type" : "Publisher",
				"elementId" : "String",
				"name" : "String",
				"organization" : 
				{
					"@id" : "URL",
					"@type" : "Organization",
					"elementId" : "String",
					"name" : "String"
				},
				"person" : 
				{
					"@id" : "URL",
					"@type" : "Person",
					"elementId" : "String",
					"name" : "String"
				}
			},
			"section" : "String",
			"series" : "String",
			"subchapter" : "String",
			"subpart" : "String",
			"subtitle" : "String",
			"title" : "String",
			"version" : "String"
		},
		"citationsPaginatedList" : 
		{
			"@id" : "URL",
			"@type" : "paginatedList",
			"citations" : 
			[
				{
					"Citation" : 
					{
						"@context" : "https://grcschema.org/",
						"@id" : "URL",
						"@type" : "Citation",
						"AuthorityDocument" : 
						{
							"@id" : "URL",
							"@type" : "AuthorityDocument",
							"authorityDocumentType" : "String",
							"commonNames" : 
							[
								{
									"commonName" : "String"
								}
							],
							"elementId" : "String",
							"geographicCoverage" : 
							[
								{
									"geographicCoverage" : 
									{
										"@id" : "URL",
										"@type" : "GeographicCoverage",
										"continent" : "String",
										"country" : 
										{
											"@id" : "URL",
											"@type" : "Country",
											"elementId" : "String",
											"name" : "String"
										},
										"countryCodeAlpha3" : "String",
										"elementId" : "String",
										"geographicalArea" : "String",
										"stateTerritoryProvince" : 
										{
											"@type" : "StateTerritoryProvince",
											"name" : "String",
											"stateCode" : "String"
										}
									}
								}
							],
							"officialName" : "String",
							"subjectMatters" : 
							[
								{
									"subjectMatter" : 
									{
										"@id" : "URL",
										"@type" : "SubjectMatter",
										"elementId" : "String",
										"hierarchyItems" : 
										{
											"@id" : "URL",
											"@type" : "HierarchyItems",
											"elementId" : "String",
											"hierarchicalChildren" : 
											[
												{
													"hierarchicalChild" : 
													{
														"@id" : "URL",
														"@type" : "HierarchicalChild",
														"elementId" : "String"
													}
												}
											],
											"hierarchicalParents" : 
											[
												{
													"hierarchicalParent" : 
													{
														"@id" : "URL",
														"@type" : "HierarchicalParent",
														"elementId" : "String"
													}
												}
											],
											"sortValue" : "String"
										},
										"name" : "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",
						"guidance" : "String",
						"hierarchyItems" : 
						{
							"@id" : "URL",
							"@type" : "HierarchyItems",
							"elementId" : "String",
							"hierarchicalChildren" : 
							[
								{
									"hierarchicalChild" : 
									{
										"@id" : "URL",
										"@type" : "HierarchicalChild",
										"elementId" : "String"
									}
								}
							],
							"hierarchicalParents" : 
							[
								{
									"hierarchicalParent" : 
									{
										"@id" : "URL",
										"@type" : "HierarchicalParent",
										"elementId" : "String"
									}
								}
							],
							"sortValue" : "String"
						},
						"language" : 
						{
							"@id" : "URL",
							"@type" : "Language",
							"elementId" : "String",
							"languageCodeAlpha2" : "String",
							"languageCodeAlpha3" : "String",
							"name" : "String"
						},
						"license" : 
						{
							"@id" : "URL",
							"@type" : "License",
							"elementId" : "String",
							"licenseType" : 
							{
								"@id" : "URL",
								"@type" : "LicenseType",
								"details" : "String",
								"elementId" : "String",
								"rightsToDerivate" : "Boolean",
								"rightsToRedistribute" : "Boolean",
								"rightsToScrape" : "Boolean",
								"rightsToTag" : "Boolean",
								"rightsToTransform" : "Boolean",
								"usageLicenseType" : "String",
								"usageRulesExamined" : 
								[
									{
										"usageRuleExamined" : 
										{
											"@id" : "URL",
											"@type" : "UsageRuleExamined",
											"checked" : "Boolean",
											"confidenceScore" : "Decimal",
											"details" : "String",
											"elementId" : "String",
											"name" : "String",
											"statusText" : "String",
											"url" : "URL"
										}
									}
								]
							},
							"url" : "URL"
						},
						"parameters" : 
						[
							{
								"parameter" : 
								{
									"@id" : "URL",
									"@type" : "Parameter",
									"description" : "String",
									"elementId" : "String",
									"requirement" : "String",
									"value" : "String"
								}
							}
						],
						"reference" : "String",
						"schemaVersion" : ""
					}
				}
			],
			"nextPage" : "URL",
			"page" : "Integer",
			"perPage" : "Integer",
			"previousPage" : "URL",
			"total" : "Integer"
		},
		"commonNames" : 
		[
			{
				"commonName" : "String"
			}
		],
		"contributors" : 
		[
			{
				"contributor" : 
				{
					"@id" : "URL",
					"@type" : "Contributor",
					"elementId" : "String",
					"organization" : 
					{
						"@id" : "URL",
						"@type" : "Organization",
						"elementId" : "String",
						"name" : "String"
					},
					"person" : 
					{
						"@id" : "URL",
						"@type" : "Person",
						"elementId" : "String",
						"name" : "String"
					},
					"role" : 
					{
						"@id" : "URL",
						"@type" : "Role",
						"description" : "String",
						"elementId" : "String",
						"name" : "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",
		"geographicCoverage" : 
		[
			{
				"geographicCoverage" : 
				{
					"@id" : "URL",
					"@type" : "GeographicCoverage",
					"continent" : "String",
					"country" : 
					{
						"@id" : "URL",
						"@type" : "Country",
						"elementId" : "String",
						"name" : "String"
					},
					"countryCodeAlpha3" : "String",
					"elementId" : "String",
					"geographicalArea" : "String",
					"stateTerritoryProvince" : 
					{
						"@type" : "StateTerritoryProvince",
						"name" : "String",
						"stateCode" : "String"
					}
				}
			}
		],
		"glossary" : 
		{
			"@id" : "URL",
			"@type" : "Glossary",
			"elementId" : "String"
		},
		"identifiers" : 
		[
			{
				"identifier" : 
				{
					"@id" : "URL",
					"@type" : "Identifier",
					"availability" : "String",
					"catalogId" : "String",
					"database" : "String",
					"dateAccessed" : "Datetime",
					"doi" : "String",
					"elementId" : "String",
					"isbn" : "String",
					"language" : 
					{
						"@id" : "URL",
						"@type" : "Language",
						"elementId" : "String",
						"languageCodeAlpha2" : "String",
						"languageCodeAlpha3" : "String",
						"name" : "String"
					},
					"publicationPlace" : "String",
					"publishedDate" : "Date",
					"publisher" : 
					{
						"@id" : "URL",
						"@type" : "Publisher",
						"elementId" : "String",
						"name" : "String",
						"organization" : 
						{
							"@id" : "URL",
							"@type" : "Organization",
							"elementId" : "String",
							"name" : "String"
						},
						"person" : 
						{
							"@id" : "URL",
							"@type" : "Person",
							"elementId" : "String",
							"name" : "String"
						}
					},
					"title" : "String",
					"url" : "URL",
					"uuid" : "String"
				}
			}
		],
		"issuer" : 
		{
			"@id" : "URL",
			"@type" : "Issuer",
			"elementId" : "String",
			"legalName" : "String"
		},
		"license" : 
		{
			"@id" : "URL",
			"@type" : "License",
			"elementId" : "String",
			"licenseType" : 
			{
				"@id" : "URL",
				"@type" : "LicenseType",
				"details" : "String",
				"elementId" : "String",
				"rightsToDerivate" : "Boolean",
				"rightsToRedistribute" : "Boolean",
				"rightsToScrape" : "Boolean",
				"rightsToTag" : "Boolean",
				"rightsToTransform" : "Boolean",
				"usageLicenseType" : "String",
				"usageRulesExamined" : 
				[
					{
						"usageRuleExamined" : 
						{
							"@id" : "URL",
							"@type" : "UsageRuleExamined",
							"checked" : "Boolean",
							"confidenceScore" : "Decimal",
							"details" : "String",
							"elementId" : "String",
							"name" : "String",
							"statusText" : "String",
							"url" : "URL"
						}
					}
				]
			},
			"url" : "URL"
		},
		"officialName" : "String",
		"schemaVersion" : "",
		"subjectMatters" : 
		[
			{
				"subjectMatter" : 
				{
					"@id" : "URL",
					"@type" : "SubjectMatter",
					"elementId" : "String",
					"hierarchyItems" : 
					{
						"@id" : "URL",
						"@type" : "HierarchyItems",
						"elementId" : "String",
						"hierarchicalChildren" : 
						[
							{
								"hierarchicalChild" : 
								{
									"@id" : "URL",
									"@type" : "HierarchicalChild",
									"elementId" : "String"
								}
							}
						],
						"hierarchicalParents" : 
						[
							{
								"hierarchicalParent" : 
								{
									"@id" : "URL",
									"@type" : "HierarchicalParent",
									"elementId" : "String"
								}
							}
						],
						"sortValue" : "String"
					},
					"name" : "String"
				}
			}
		]
	}
}
Visualized image