Postal Address
A universal postal address in the schema. Which foreign key is used will be determined by the object the postal address is in.
{
"postalAddress" :
{
"@type" : "PostalAddress",
"address1" : "String",
"address2" : "String",
"city" : "String",
"countryCodeAlpha3" : "String",
"postalCode" : "String",
"primary" : "String",
"stateTerritoryProvince" :
{
"@type" : "StateTerritoryProvince",
"name" : "String",
"stateCode" : "String"
}
}
}