Gainsight · Schema

CTAType

Properties

Name Type Description
id string Type identifier
name string Type name
isDefault boolean Whether this is the default type
View JSON Schema on GitHub

JSON Schema

gainsight-ctatype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CTAType",
  "title": "CTAType",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Type identifier"
    },
    "name": {
      "type": "string",
      "description": "Type name"
    },
    "isDefault": {
      "type": "boolean",
      "description": "Whether this is the default type"
    }
  }
}