TopicCollection

Collection of topics

CMSCommunitiesCRMCustomer PortalDigital ExperienceExperience CloudPartner Portal

Properties

Name Type Description
currentPageUrl string
nextPageUrl string
topics array
View JSON Schema on GitHub

JSON Schema

salesforce-experience-cloud-topiccollection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TopicCollection",
  "title": "TopicCollection",
  "type": "object",
  "description": "Collection of topics",
  "properties": {
    "currentPageUrl": {
      "type": "string",
      "format": "uri"
    },
    "nextPageUrl": {
      "type": "string",
      "format": "uri"
    },
    "topics": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Topic"
      }
    }
  }
}