We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e218a3a commit 51ca496Copy full SHA for 51ca496
schemas/org.postgresql.snowplow.cdc/table_update/jsonschema/1-0-0
@@ -0,0 +1,15 @@
1
+{
2
+ "$schema": "http://iglucentral.com/schemas/com.snowplowanalytics.self-desc/schema/jsonschema/1-0-0#",
3
+ "description": "Postgresql UPDATE table event, for Snowplow CDC",
4
+ "self": {
5
+ "vendor": "org.postgresql.snowplow.cdc",
6
+ "name": "table_update",
7
+ "format": "jsonschema",
8
+ "version": "1-0-0"
9
+ },
10
+
11
+ "type": "object",
12
+ "properties": {
13
14
+ "additionalProperties": false
15
+}
0 commit comments