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