Skip to content

Commit f3a7653

Browse files
committed
Identify and Track Schemas
1 parent 5cb73e3 commit f3a7653

File tree

2 files changed

+4
-4
lines changed
  • schemas/com.segment

2 files changed

+4
-4
lines changed

schemas/com.segment/traits/jsonschema/2-0-0 renamed to schemas/com.segment/identify/jsonschema/1-0-0

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"description": "Schema for Segment's Identify API call, https://segment.com/docs/connections/spec/identify/#example",
44
"self": {
55
"vendor": "com.segment",
6-
"name": "traits",
6+
"name": "identify",
77
"format": "jsonschema",
8-
"version": "2-0-0"
8+
"version": "1-0-0"
99
},
1010
"type": "object",
1111
"properties": {

schemas/com.segment/event/jsonschema/2-0-0 renamed to schemas/com.segment/track/jsonschema/1-0-0

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"description": "Schema for Segment's Track API call, https://segment.com/docs/connections/spec/track/#example",
44
"self": {
55
"vendor": "com.segment",
6-
"name": "event",
6+
"name": "track",
77
"format": "jsonschema",
8-
"version": "2-0-0"
8+
"version": "1-0-0"
99
},
1010
"type": "object",
1111
"properties": {

0 commit comments

Comments
 (0)