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 0dc9d3b commit e218a3aCopy full SHA for e218a3a
schemas/org.postgresql.snowplow.cdc/table_insert/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 INSERT table event, for Snowplow CDC",
4
+ "self": {
5
+ "vendor": "org.postgresql.snowplow.cdc",
6
+ "name": "table_insert",
7
+ "format": "jsonschema",
8
+ "version": "1-0-0"
9
+ },
10
+
11
+ "type": "object",
12
+ "properties": {
13
14
+ "additionalProperties": false
15
+}
0 commit comments