HubSpot · Schema

BatchReadInput

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Properties

Name Type Description
properties array
inputs array
View JSON Schema on GitHub

JSON Schema

hubspot-engagement-tasks-batch-read-input-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "properties": {
      "type": "array",
      "example": [
        "example-value"
      ],
      "items": {
        "type": "string"
      }
    },
    "inputs": {
      "type": "array",
      "example": [
        {
          "id": "500123"
        }
      ],
      "items": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string"
          }
        }
      }
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "BatchReadInput"
}