Types

ServiceArea

Example

{
  "type": "ServiceArea",
  "kind": "PostalCode",
  "identifier": {
    "bhhsESAId": "string"
  },
  "addressLocality": "Woodland Hills",
  "postalCode": "91371",
  "addressRegion": "CA",
  "addressCountry": "US",
  "addressCounty": "Los Angeles",
  "provider": {
    "type": "RealEstateOrganization",
    "id": "https://org.example.com/profile/card#me"
  },
  "additionalProperty": {
    "relocationOffice": {
      "type": "RealEstateOffice",
      "id": "https://org.example.com/profile/card#me"
    },
    "weight": 0,
    "officeInPostalCode": true,
    "sortOrder": 0,
    "sentToConsumerSite": true,
    "sentToCompanyLocator": true,
    "sentToReferralSolutions": true,
    "luxuryPriceMinimum": {
      "type": "PriceSpecification",
      "price": 1000000,
      "priceCurrency": "USD"
    }
  }
}

Schema

NameTypeDescription
(root)objectan area when a provider provides a service. additional information available; see Using Service Areas
typestringallowed ("ServiceArea") "ServiceArea"
kindstringallowed ("City", "PostalCode") ServiceArea sub-type. City or PostalCode
identifierobjectvendor namespaced item identifiers, value should be stored and included in any future events that reference the same item.
identifier.bhhsESAIdstringBHHS internal ESA ID
addressLocalitystringCity, Township.
postalCodestringZip/Post Code
addressRegionstringState or Province.
addressCountrystringThe country. For example, USA. You can also provide the two-letter ISO 3166-1 alpha-2 country code.
addressCountystringthe county (us real estate extension)
providerobjecta broker or company who provides service in the ServiceArea
provider.typestringallowed ("RealEstateOrganization") "RealEstateOrganization"
provider.idstringprofile URI
additionalPropertyobjectBHHS specific ServiceArea properties
additionalProperty.relocationOfficeobjectrelocation office
additionalProperty.relocationOffice.typestringallowed ("RealEstateOffice") The item type (Linked-Data @type)
additionalProperty.relocationOffice.idstring-
additionalProperty.weightintegerweight
additionalProperty.officeInPostalCodebooleantrue if the service area provider is physically located in the ServiceArea.
additionalProperty.sortOrderintegersort order
additionalProperty.sentToConsumerSitebooleansent to consumer site
additionalProperty.sentToCompanyLocatorbooleansent to company locator
additionalProperty.sentToReferralSolutionsbooleansent to referral solutions
additionalProperty.luxuryPriceMinimumobjectminimum price for a property listing in the area to be considered a luxury property
Previous
Service