RESO Media

A RESO Media (listing photo, video, document) record from the CoreLogic Trestle RESO Web API.

Climate RiskCoreLogicCotalityDirect Web APIHazard DataInsurance DataListingsMatrix MLSMortgage DataMLSODataOneHomeOpenID ConnectParticipant ReportingProperty DataReal EstateRESO Data DictionaryRESO Web APIRETSTax DataTrestle

Properties

Name Type Description
MediaKey string
ResourceRecordKey string Key of the resource this media is attached to (e.g. ListingKey).
ResourceName string
ClassName string
MediaURL string
MediaType string
MediaCategory string
Order integer
ModificationTimestamp string
View JSON Schema on GitHub

JSON Schema

corelogic-media-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/corelogic/main/json-schema/corelogic-media-schema.json",
  "title": "RESO Media",
  "description": "A RESO Media (listing photo, video, document) record from the CoreLogic Trestle RESO Web API.",
  "type": "object",
  "required": ["MediaKey"],
  "properties": {
    "MediaKey": { "type": "string" },
    "ResourceRecordKey": { "type": "string", "description": "Key of the resource this media is attached to (e.g. ListingKey)." },
    "ResourceName": { "type": "string" },
    "ClassName": { "type": "string" },
    "MediaURL": { "type": "string", "format": "uri" },
    "MediaType": { "type": "string" },
    "MediaCategory": { "type": "string" },
    "Order": { "type": "integer" },
    "ModificationTimestamp": { "type": "string", "format": "date-time" }
  }
}