Schema referenceTypesObjectsContactAddressOn this pageContactAddressEncapsulates information about an address. type ContactAddress { city: String country: String line1: String line2: String line3: String postCode: String state: String} Fields