Gainsight · Schema

CTAPriority

Properties

Name Type Description
id string Priority identifier
name string Priority name
order integer Display order
View JSON Schema on GitHub

JSON Schema

gainsight-ctapriority-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CTAPriority",
  "title": "CTAPriority",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Priority identifier"
    },
    "name": {
      "type": "string",
      "description": "Priority name"
    },
    "order": {
      "type": "integer",
      "description": "Display order"
    }
  }
}