{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-structure/crm-associations-api-create-label-input-structure.json", "name": "CreateLabelInput", "description": "Input for creating an association label", "type": "object", "properties": { "label": { "type": "string", "description": "Display text for the label", "example": "Example Record" }, "name": { "type": "string", "description": "Internal name for the label", "example": "Example Record" }, "inverseLabel": { "type": "string", "description": "Label for the inverse direction", "example": "Example Record" } }, "required": [ "label", "name" ] }