geographic coverage
An array of geographies covered by an item.
{
"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"
}
}
}
]
}