{ "type": "object", "description": "Request body for creating or updating a HubDB table row.", "name": "HubDBRowCreateRequest", "properties": { "values": { "type": "object", "description": "The column values for the row as key-value pairs." } }, "$schema": "https://json-structure.org/draft/2020-12/schema" }