{ "$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" } } }