{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-schema/cms-hubdb-api-hub-dbrow-create-request-schema.json", "title": "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" } } } }