ThemeCollection

Collection of site themes

CMSCommunitiesCRMCustomer PortalDigital ExperienceExperience CloudPartner Portal

Properties

Name Type Description
themes array List of available themes
View JSON Schema on GitHub

JSON Schema

salesforce-experience-cloud-themecollection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ThemeCollection",
  "title": "ThemeCollection",
  "type": "object",
  "description": "Collection of site themes",
  "properties": {
    "themes": {
      "type": "array",
      "description": "List of available themes",
      "items": {
        "$ref": "#/components/schemas/Theme"
      }
    }
  }
}