mlsgrid · JSON-LD Context

Mlsgrid Context

JSON-LD context defining the semantic vocabulary for Mlsgrid from mlsgrid.

24 Classes 2 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
reso: https://ddwiki.reso.org/display/DDW17/
mlsgrid: https://docs.mlsgrid.com/api-documentation/api-version-2.0#

Classes

ListingKey OriginatingSystemName StandardStatus PropertyType UnparsedAddress City StateOrProvince PostalCode Country Latitude Longitude BedroomsTotal BathroomsTotalInteger LivingArea YearBuilt PublicRemarks Property Member Office OpenHouse Media MediaURL MlgCanView MlgCanUse

Properties

Property Type Container
ListPrice schema:Number
ModificationTimestamp schema:DateTime

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "reso": "https://ddwiki.reso.org/display/DDW17/",
    "mlsgrid": "https://docs.mlsgrid.com/api-documentation/api-version-2.0#",
    "ListingKey": "mlsgrid:ListingKey",
    "OriginatingSystemName": "mlsgrid:OriginatingSystemName",
    "StandardStatus": "mlsgrid:StandardStatus",
    "PropertyType": "mlsgrid:PropertyType",
    "ListPrice": {
      "@id": "schema:price",
      "@type": "schema:Number"
    },
    "ModificationTimestamp": {
      "@id": "schema:dateModified",
      "@type": "schema:DateTime"
    },
    "UnparsedAddress": "schema:streetAddress",
    "City": "schema:addressLocality",
    "StateOrProvince": "schema:addressRegion",
    "PostalCode": "schema:postalCode",
    "Country": "schema:addressCountry",
    "Latitude": "schema:latitude",
    "Longitude": "schema:longitude",
    "BedroomsTotal": "schema:numberOfBedrooms",
    "BathroomsTotalInteger": "schema:numberOfBathroomsTotal",
    "LivingArea": "schema:floorSize",
    "YearBuilt": "schema:yearBuilt",
    "PublicRemarks": "schema:description",
    "Property": "schema:RealEstateListing",
    "Member": "schema:RealEstateAgent",
    "Office": "schema:RealEstateAgent",
    "OpenHouse": "schema:Event",
    "Media": "schema:ImageObject",
    "MediaURL": "schema:contentUrl",
    "MlgCanView": "mlsgrid:MlgCanView",
    "MlgCanUse": "mlsgrid:MlgCanUse"
  }
}