TopicInput

Input for creating or updating a topic

CMSCommunitiesCRMCustomer PortalDigital ExperienceExperience CloudPartner Portal

Properties

Name Type Description
name string Name of the topic
description string Description of the topic
View JSON Schema on GitHub

JSON Schema

salesforce-experience-cloud-topicinput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TopicInput",
  "title": "TopicInput",
  "type": "object",
  "description": "Input for creating or updating a topic",
  "required": [
    "name"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "Name of the topic"
    },
    "description": {
      "type": "string",
      "description": "Description of the topic"
    }
  }
}