Boltic · Schema

RowInput

AutomationDataSyncGatewaysNoCodeStreamingWorkflows

Properties

Name Type Description
fields object Key-value pairs of column names to values
View JSON Schema on GitHub

JSON Schema

boltic-rowinput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RowInput",
  "title": "RowInput",
  "type": "object",
  "properties": {
    "fields": {
      "type": "object",
      "additionalProperties": true,
      "description": "Key-value pairs of column names to values"
    }
  }
}