Skip to content

Commit 51ca496

Browse files
committed
Add org.postgresql.snowplow.cdc/table_update/jsonschema/1-0-0 (close #613)
1 parent e218a3a commit 51ca496

File tree

1 file changed

+15
-0
lines changed
  • schemas/org.postgresql.snowplow.cdc/table_update/jsonschema

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)