Mlsgrid · Schema

MLS Grid Media

RESO Data Dictionary Media resource as exposed via $expand=Media on Property or as a standalone /Media collection where supported by the originating MLS.

Properties

Name Type Description
MediaKey string Prefixed media key.
ResourceRecordKey string Foreign key to the parent resource (typically Property.ListingKey).
ResourceName string
OriginatingSystemName string
MediaURL string URL for downloading a local copy of the media asset. Hot-linking is prohibited under the MLS Grid license.
MediaCategory string
MediaType string
MimeType string
Order integer
ShortDescription string
LongDescription string
ImageHeight integer
ImageWidth integer
ImageSizeDescription string
MediaModificationTimestamp string
View JSON Schema on GitHub

JSON Schema

mlsgrid-media-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/mlsgrid/main/json-schema/mlsgrid-media-schema.json",
  "title": "MLS Grid Media",
  "description": "RESO Data Dictionary Media resource as exposed via $expand=Media on Property or as a standalone /Media collection where supported by the originating MLS.",
  "type": "object",
  "required": ["MediaKey", "ResourceRecordKey", "OriginatingSystemName"],
  "properties": {
    "MediaKey": {
      "type": "string",
      "description": "Prefixed media key."
    },
    "ResourceRecordKey": {
      "type": "string",
      "description": "Foreign key to the parent resource (typically Property.ListingKey)."
    },
    "ResourceName": {
      "type": "string",
      "enum": ["Property", "Member", "Office", "OpenHouse"]
    },
    "OriginatingSystemName": {
      "type": "string"
    },
    "MediaURL": {
      "type": "string",
      "format": "uri",
      "description": "URL for downloading a local copy of the media asset. Hot-linking is prohibited under the MLS Grid license."
    },
    "MediaCategory": {
      "type": "string"
    },
    "MediaType": {
      "type": "string"
    },
    "MimeType": {
      "type": "string"
    },
    "Order": {
      "type": "integer"
    },
    "ShortDescription": {
      "type": "string"
    },
    "LongDescription": {
      "type": "string"
    },
    "ImageHeight": {
      "type": "integer"
    },
    "ImageWidth": {
      "type": "integer"
    },
    "ImageSizeDescription": {
      "type": "string"
    },
    "MediaModificationTimestamp": {
      "type": "string",
      "format": "date-time"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/mlsgrid-media"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.