Apideck · Schema

DeprecatedLinkedTrackingCategory

IntegrationsUnified API

Properties

Name Type Description
id string The unique identifier for the tracking category.
name string The name of the tracking category.
View JSON Schema on GitHub

JSON Schema

apideck-deprecatedlinkedtrackingcategory-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DeprecatedLinkedTrackingCategory",
  "title": "DeprecatedLinkedTrackingCategory",
  "type": "object",
  "x-apideck-schema-id": "DeprecatedLinkedTrackingCategory",
  "x-apideck-weights": {
    "id": "critical"
  },
  "nullable": true,
  "deprecated": true,
  "properties": {
    "id": {
      "title": "Tracking Category ID",
      "description": "The unique identifier for the tracking category.",
      "type": "string",
      "example": "123456"
    },
    "name": {
      "type": "string",
      "title": "Tracking Category Name",
      "description": "The name of the tracking category.",
      "example": "New York",
      "nullable": true
    }
  }
}