BrandingSetCollection

Collection of branding sets

CMSCommunitiesCRMCustomer PortalDigital ExperienceExperience CloudPartner Portal

Properties

Name Type Description
brandingSets array
total integer
View JSON Schema on GitHub

JSON Schema

salesforce-experience-cloud-brandingsetcollection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BrandingSetCollection",
  "title": "BrandingSetCollection",
  "type": "object",
  "description": "Collection of branding sets",
  "properties": {
    "brandingSets": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/BrandingSet"
      }
    },
    "total": {
      "type": "integer"
    }
  }
}