{ "@context": { "@version": 1.1, "schema": "https://schema.org/", "reso": "https://ddwiki.reso.org/display/DDW20/", "geo": "http://www.w3.org/2003/01/geo/wgs84_pos#", "Property": "schema:Residence", "Listing": "schema:RealEstateListing", "Member": "schema:RealEstateAgent", "Office": "schema:RealEstateOrganization", "OpenHouse": "schema:Event", "Media": "schema:MediaObject", "ListingKey": "reso:ListingKey", "ListingId": "reso:ListingId", "ListPrice": { "@id": "schema:price", "@type": "xsd:decimal" }, "StandardStatus": "reso:StandardStatus", "PropertyType": "schema:propertyType", "UnparsedAddress": "schema:address", "City": "schema:addressLocality", "StateOrProvince": "schema:addressRegion", "PostalCode": "schema:postalCode", "Country": "schema:addressCountry", "Latitude": "geo:lat", "Longitude": "geo:long", "BedroomsTotal": "schema:numberOfBedrooms", "BathroomsTotalInteger": "schema:numberOfBathroomsTotal", "LivingArea": "schema:floorSize", "YearBuilt": "schema:yearBuilt", "PublicRemarks": "schema:description", "MediaURL": "schema:contentUrl", "ModificationTimestamp": "schema:dateModified", "OnMarketDate": "schema:availableFrom", "CloseDate": "schema:datePosted", "MemberFirstName": "schema:givenName", "MemberLastName": "schema:familyName", "MemberEmail": "schema:email", "MemberOfficePhone": "schema:telephone", "OfficeName": "schema:name" } }