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 5cb73e3 commit f3a7653Copy full SHA for f3a7653
schemas/com.segment/traits/jsonschema/2-0-0 renamed to schemas/com.segment/identify/jsonschema/1-0-0
@@ -3,9 +3,9 @@
3
"description": "Schema for Segment's Identify API call, https://segment.com/docs/connections/spec/identify/#example",
4
"self": {
5
"vendor": "com.segment",
6
- "name": "traits",
+ "name": "identify",
7
"format": "jsonschema",
8
- "version": "2-0-0"
+ "version": "1-0-0"
9
},
10
"type": "object",
11
"properties": {
schemas/com.segment/event/jsonschema/2-0-0 renamed to schemas/com.segment/track/jsonschema/1-0-0
"description": "Schema for Segment's Track API call, https://segment.com/docs/connections/spec/track/#example",
- "name": "event",
+ "name": "track",
0 commit comments