Postal Addresses

An array of the object Postal Address.

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