CollectionSummary

Summary of a content collection

CMSCommunitiesCRMCustomer PortalDigital ExperienceExperience CloudPartner Portal

Properties

Name Type Description
collectionKey string Unique key for the collection
collectionType string Type of collection
label string Display label
name string Developer name
View JSON Schema on GitHub

JSON Schema

salesforce-experience-cloud-collectionsummary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CollectionSummary",
  "title": "CollectionSummary",
  "type": "object",
  "description": "Summary of a content collection",
  "properties": {
    "collectionKey": {
      "type": "string",
      "description": "Unique key for the collection"
    },
    "collectionType": {
      "type": "string",
      "description": "Type of collection"
    },
    "label": {
      "type": "string",
      "description": "Display label"
    },
    "name": {
      "type": "string",
      "description": "Developer name"
    }
  }
}