HubSpot · JSON Structure

Hubspot Crm Associations Create Label Input Structure

Input for creating an association label

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

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

Properties

label name inverseLabel

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

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "Input for creating an association label",
  "name": "CreateLabelInput",
  "properties": {
    "label": {
      "type": "string",
      "description": "Display text for the label"
    },
    "name": {
      "type": "string",
      "description": "Internal name for the label"
    },
    "inverseLabel": {
      "type": "string",
      "description": "Label for the inverse direction"
    }
  },
  "required": [
    "label",
    "name"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}