{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FlowActionAirtableListRecordsParams", "title": "FlowActionAirtableListRecordsParams", "type": "object", "additionalProperties": false, "required": [ "connection_id", "base_id", "table_name" ], "properties": { "connection_id": { "type": "string", "maxLength": 30, "format": "flows-vault-connections-id" }, "base_id": { "type": "string" }, "table_name": { "type": "string" }, "query": { "type": "string" }, "view": { "type": "string" } } }