Trustpilot · Schema

BusinessUnitImages

Consumer ReviewsReviewsTrustRatingsBusiness ProfilesProduct Reviews

Properties

Name Type Description
logoUrl string
headerUrl string
promotionBoxUrl string
View JSON Schema on GitHub

JSON Schema

trustpilot-businessunitimages-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BusinessUnitImages",
  "title": "BusinessUnitImages",
  "type": "object",
  "properties": {
    "logoUrl": {
      "type": "string"
    },
    "headerUrl": {
      "type": "string"
    },
    "promotionBoxUrl": {
      "type": "string"
    }
  }
}