The object representation of the Thing Authority Document.
{ "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" } } ] } }