HubSpot · JSON Structure

Engagement Meetings Api Batch Create Input Structure

BatchCreateInput schema from HubSpot Engagement Meetings API

Type: object Properties: 1
AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

BatchCreateInput is a JSON Structure definition published by HubSpot, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

inputs

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-structure/engagement-meetings-api-batch-create-input-structure.json",
  "name": "BatchCreateInput",
  "description": "BatchCreateInput schema from HubSpot Engagement Meetings API",
  "type": "object",
  "properties": {
    "inputs": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "properties": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            },
            "example": {
              "key": "value"
            }
          }
        }
      },
      "example": [
        {
          "properties": {
            "key": "value"
          }
        }
      ]
    }
  }
}