{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "StreamSourceExternalTable", "type": "object", "properties": { "insert_only": { "type": "boolean", "description": "Whether this stream is an insert only stream or not" } } }