geographic coverage
An array of geographies covered by an item.
Name
DataType
Description
Object
The object representation of the type of geographic coverage for the Thing in question. This can be a country, continent, geographic area, any or all of them.
{
"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"
}
}
}
]
}