Gainsight · Schema

CTAReason

Properties

Name Type Description
id string Reason identifier
name string Reason name
typeId string Associated CTA type ID
View JSON Schema on GitHub

JSON Schema

gainsight-ctareason-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CTAReason",
  "title": "CTAReason",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Reason identifier"
    },
    "name": {
      "type": "string",
      "description": "Reason name"
    },
    "typeId": {
      "type": "string",
      "description": "Associated CTA type ID"
    }
  }
}