{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-structure/cms-hubdb-api-hub-dbrow-create-request-structure.json", "name": "HubDBRowCreateRequest", "description": "Request body for creating or updating a HubDB table row.", "type": "object", "properties": { "values": { "type": "object", "description": "The column values for the row as key-value pairs.", "additionalProperties": true, "example": { "key": "value" } } } }