Types

RealEstateTeam

Example

{
  "type": "RealEstateTeam",
  "address": {
    "type": "PostalAddress",
    "streetAddress": "1007 Mountain Gate Rd",
    "postOfficeBoxNumber": "Box 1234",
    "addressRegion": "NJ",
    "addressLocality": "Gotham City",
    "postalCode": "10010",
    "addressCountry": "CA",
    "addressCounty": "string",
    "addressSubdivision": "Gotham Heights"
  },
  "availableLanguage": [
    {
      "type": "Language",
      "name": "English",
      "additionalName": "en-us"
    }
  ],
  "branchCode": "for BHHS profile events, see additionalProperty.OfficeId",
  "certification": [
    {
      "type": "Certification",
      "name": "e-Agent Certified",
      "issuedBy": {
        "type": "RealEstateOrganization",
        "id": "https://example.com/profile/card#me",
        "name": "Gotham City Real Estate"
      },
      "issuedTo": {
        "type": "RealEstateAgent",
        "id": "http://example.com",
        "name": "string"
      }
    }
  ],
  "contactPoint": [
    {
      "type": "ContactPoint",
      "name": "Work",
      "telephone": "555-555-5555",
      "faxNumber": "555-555-5555",
      "email": "bob@example.com",
      "url": "https://www.facebook.com/hallandoates"
    }
  ],
  "email": "user@example.com",
  "faxNumber": "string",
  "image": [
    {
      "type": "ImageObject",
      "@id": "http://example.com",
      "id": "http://user.example.com/public/logo/image.jpg",
      "name": "image.jpg",
      "encodingFormat": "image/jpeg",
      "about": "http://user.example.com/profile/card#me",
      "url": "http://user.example.com/public/profile/image.jpg"
    }
  ],
  "logo": [
    {
      "type": "DigitalDocument",
      "id": "http://user.example.com/public/logo/archive.zip",
      "name": "archive.zip",
      "encodingFormat": "application/zip",
      "about": {
        "type": "RealEstateTransaction",
        "identifier": {
          "bmsTransactionId": "xxxx"
        }
      },
      "url": "https://example.com"
    }
  ],
  "name": "string",
  "parentOrganization": [
    "http://example.com"
  ],
  "subOrganization": [
    "http://example.com"
  ],
  "telephone": "+15558675309",
  "url": "http://example.com",
  "areaServed": {
    "type": "PostalCode",
    "postalCode": "91371",
    "addressLocality": "Woodland Hills",
    "addressCounty": "Los Angeles",
    "addressRegion": "CA",
    "addressCountry": "US"
  },
  "description": "The number on Gotham City Real Estate Company since 1940",
  "member": [
    {
      "type": "RealEstateTeamMembership",
      "roleName": "TeamMember",
      "memberOf": "https://{team-id}.example.com/profile/card#me",
      "member": "https://{agent}.example.com/profile/card#me",
      "startDate": "2019-08-24T14:15:22Z",
      "endDate": "2019-08-24T14:15:22Z"
    }
  ]
}

Schema

NameTypeDescription
(root)allOf-
0 (allOf item)--
idstring-
1 (allOf item)object-
1.typestring-
1.addressobjectA physical address.
1.address.typestringconst ("PostalAddress")
1.address.streetAddressstringthe street address <= 75 characters
1.address.postOfficeBoxNumberstringThe post office box number for PO box addresses.
1.address.addressRegionstringabbreviated state or province
1.address.addressLocalitystringCity, Township. <= 50 characters
1.address.postalCodestringZip/Post Code <= 12 characters
1.address.addressCountrystringallowed ("CA", "DE", "GR", "IN", "IT", "MX", "PE", "PT", "ES", "AE", "GB", "US") two-letter ISO 3166-1 alpha-2 country code
1.address.addressCountystringCounty
1.address.addressSubdivisionstringthe subdivision or neighborhood (us real estate extension)
1.availableLanguagearray<object>Please use one of the language codes from the IETF BCP 47 standard.
1.availableLanguage.typestringconst ("Language")
1.availableLanguage.namestringthe display name of the language
1.availableLanguage.additionalNamestringBCP 47 language code
1.branchCodestringA short textual code that uniquely identifies a place of business.
1.certificationtuple<object, ...optional<any>>certifications granted to a person or organization
1.certification.0 (index)objectA certification issued by an organization to an individual or business.
1.certification.0.typestringallowed ("Certification") Certification
1.certification.0.namestringthe name of the Certification
1.certification.0.issuedByobjectthe issuing authority
1.certification.0.issuedBy.typestringallowed ("RealEstateOrganization") The item type (Linked-Data @type)
1.certification.0.issuedBy.idstringLinked-Data URI (@id) format (uri)
1.certification.0.issuedBy.namestringname of the issuing organization
1.certification.0.issuedToobjectthe subject
1.certification.0.issuedTo.typestringallowed ("RealEstateAgent") The item type (Linked-Data @type)
1.certification.0.issuedTo.idstringLinked-Data URI (@id) format (uri)
1.certification.0.issuedTo.namestring-
1.contactPointarray<object>a named point of contact - telephone, email, faxNumber, and/or url for the entity
1.contactPoint.typestringconst ("ContactPoint")
1.contactPoint.namestringa label for the contactPoint, i.e. 'Work', or 'Home'
1.contactPoint.telephonestring-
1.contactPoint.faxNumberstring-
1.contactPoint.emailstringan email address for the item. format (email)
1.contactPoint.urlstringprimary URL for the item. format (uri)
1.emailstringa valid email address format (email)
1.faxNumberstringDo people still use fax machines?
1.imagetuple<object allOf, ...optional<any>>an ImageObject or URI reference to an image on the web.
1.image.0 (index)object allOf-
1.image.0.0 (allOf item)allOfan image, video or document availble for download
1.image.0.0.0 (allOf item)object-
1.image.0.0.0.typestringThe item type (Linked-Data @type) pattern (^[A-Z][a-zA-Z0-9]+$)
1.image.0.0.0.@idstringthe liked data uri for the Thing format (uri)
1.image.0.0.0 (property names)-pattern (^[a-z@$][a-zA-Z0-9-_]+$)
1.image.0.0.1 (allOf item)--
1.image.0.0.1.typestringallowed ("MediaObject", "ImageObject", "DigitalDocument")
1.image.0.0.1.idstringthe URL to access the item. format (uri)
1.image.0.0.1.namestringthe file name of the object.
1.image.0.0.1.encodingFormatstringMIME type
1.image.0.0.1.aboutstringURI to the subject of the image or logo format (uri)
1.image.0.0.1.urlstringURL of the image content format (uri)
1.image.0.1 (allOf item)--
1.image.0.1.typestringallowed ("ImageObject")
1.image.0.1.idany-
1.image.0.1.nameany-
1.image.0.1.encodingFormatany-
1.logoarray<object>-
1.logo.typestringallowed ("DigitalDocument")
1.logo.idstring-
1.logo.namestringdocument name or title
1.logo.encodingFormatstringISO Media Type
1.logo.aboutobjectsubject of the Document
1.logo.urlstringpublic URL of the object
1.namestring-
1.parentOrganizationarray<string>organizations of which this org is a part.
1.parentOrganization (single item)stringformat (uri)
1.subOrganizationarray<string>child organizations of the organization
1.subOrganization (single item)stringformat (uri)
1.telephonestringPrimary phone number.
1.urlstringURL of the item. format (uri)
2 (allOf item)-A real estate team.
2.typestringallowed ("RealEstateTeam") RealEstateTeam
2.areaServedobjectthe physical areas that make up the ServiceArea
2.descriptionstringdescription of the item.
2.parentOrganizationarray<string>A franchisor or affiliate network of which this organization plays a membership role.
2.parentOrganization (single item)stringformat (uri)
2.memberarray<allOf>-
2.member (single item)allOf-
2.member.0 (allOf item)objectdescribes a role played by a member and a group or organization.
2.member.0.typestringallowed ("OrganizationRole") a role played by the member in the memberOf group
2.member.0.roleNamestringthe role name
2.member.0.memberOfobjectthe org or group where the role is performed
2.member.0.memberstringmember object or id format (uri)
2.member.0.startDatestringdate the member began performing this role format (date-time)
2.member.0.endDatestringdate the member stopped performing the role format (date-time)
2.member.1 (allOf item)objecta membership relationship. Subclass of OrganizationRole
2.member.1.typestringallowed ("RealEstateTeamMembership") a member of a real estate team
2.member.1.roleNamestringallowed ("TeamMember", "TeamAdmin", "TeamOwner")
2.member.1.memberOfstringformat (uri)
2.member.1.memberstringformat (uri)
Previous
RealEstateProperty