Unified.to · Schema

property_CommerceReview_media

Photosvideos attached to the review

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

unified-to-property-commercereview-media-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_CommerceReview_media",
  "title": "property_CommerceReview_media",
  "description": "Photosvideos attached to the review",
  "items": {
    "$ref": "#/components/schemas/CommerceItemMedia"
  },
  "type": "array"
}