|
3 | 3 | "type": "object",
|
4 | 4 | "properties": {
|
5 | 5 | "cohort_id": {
|
| 6 | + "description": "The unique identifier of the cohort to which the member belongs", |
6 | 7 | "type": ["null", "integer"]
|
7 | 8 | },
|
8 | 9 | "distinct_id": {
|
| 10 | + "description": "The distinct identifier of the cohort member", |
9 | 11 | "type": ["null", "string"]
|
10 | 12 | },
|
11 | 13 | "browser": {
|
| 14 | + "description": "The web browser used by the cohort member", |
12 | 15 | "type": ["null", "string"]
|
13 | 16 | },
|
14 | 17 | "browser_version": {
|
| 18 | + "description": "The version of the web browser used by the cohort member", |
15 | 19 | "type": ["null", "string"]
|
16 | 20 | },
|
17 | 21 | "city": {
|
| 22 | + "description": "The city where the cohort member is located", |
18 | 23 | "type": ["null", "string"]
|
19 | 24 | },
|
20 | 25 | "country_code": {
|
| 26 | + "description": "The country code of the country where the cohort member is located", |
21 | 27 | "type": ["null", "string"]
|
22 | 28 | },
|
23 | 29 | "region": {
|
| 30 | + "description": "The region where the cohort member is located", |
24 | 31 | "type": ["null", "string"]
|
25 | 32 | },
|
26 | 33 | "timezone": {
|
| 34 | + "description": "The timezone of the cohort member", |
27 | 35 | "type": ["null", "string"]
|
28 | 36 | },
|
29 | 37 | "last_seen": {
|
| 38 | + "description": "The date and time when the cohort member was last seen", |
30 | 39 | "type": ["null", "string"],
|
31 | 40 | "format": "date-time"
|
32 | 41 | },
|
33 | 42 | "email": {
|
| 43 | + "description": "The email address of the cohort member", |
34 | 44 | "type": ["null", "string"]
|
35 | 45 | },
|
36 | 46 | "name": {
|
| 47 | + "description": "The name of the cohort member", |
37 | 48 | "type": ["null", "string"]
|
38 | 49 | },
|
39 | 50 | "first_name": {
|
| 51 | + "description": "The first name of the cohort member", |
40 | 52 | "type": ["null", "string"]
|
41 | 53 | },
|
42 | 54 | "last_name": {
|
| 55 | + "description": "The last name of the cohort member", |
43 | 56 | "type": ["null", "string"]
|
44 | 57 | },
|
45 | 58 | "id": {
|
| 59 | + "description": "The unique identifier of the cohort member", |
46 | 60 | "type": ["null", "string"]
|
47 | 61 | },
|
48 | 62 | "unblocked": {
|
| 63 | + "description": "Indicator of whether the cohort member is unblocked", |
49 | 64 | "type": ["null", "string"]
|
50 | 65 | }
|
51 | 66 | }
|
|
0 commit comments