HubSpot · JSON Structure

Hubspot Source Code Task Locator Structure

Locator for an asynchronous task

Type: object Properties: 2 Required: 1
AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

TaskLocator is a JSON Structure definition published by HubSpot, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id links

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "Locator for an asynchronous task",
  "name": "TaskLocator",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier for the task"
    },
    "links": {
      "type": "object",
      "description": "Related links for the task"
    }
  },
  "required": [
    "id"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}