Authority Document Paginated List

A paginated list of Authority Documents.

Object
The object representation of the Thing Authority Document.
Array
The generic representation of the a grouped object within a Paged List.
{
	"authorityDocumentPaginatedList" : 
	{
		"@id" : "URL",
		"@type" : "paginatedList",
		"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"
					}
				}
			]
		},
		"nextPage" : "URL",
		"page" : "Integer",
		"pagedAuthorityDocuments" : 
		[
			{
				"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"
							}
						}
					]
				}
			}
		],
		"perPage" : "Integer",
		"previousPage" : "URL",
		"total" : "Integer"
	}
}
Visualized image