HubSpot · Schema

BatchCreateInput

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Properties

Name Type Description
inputs array
View JSON Schema on GitHub

JSON Schema

hubspot-engagement-meetings-batch-create-input-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "inputs": {
      "type": "array",
      "example": [
        {
          "properties": {
            "key": "value"
          }
        }
      ],
      "items": {
        "type": "object",
        "properties": {
          "properties": {
            "type": "object",
            "example": {
              "key": "value"
            }
          }
        }
      }
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "BatchCreateInput"
}