{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://github.com/cloudquery/cloudquery/plugins/destination/test/client/spec", "$ref": "#/$defs/Spec", "$defs": { "Spec": { "properties": { "error_on_write": { "type": "boolean", "description": "If true, will return an error on write rather than consume from the channel", "default": false } }, "additionalProperties": false, "type": "object" } } }