|
1 | 1 | {
|
2 | 2 | "type": "object",
|
3 | 3 | "properties": {
|
4 |
| - "object": { "type": "string" }, |
| 4 | + "type": { "type": "string" }, |
5 | 5 | "id": { "type": "string" },
|
6 |
| - "name": { "type": "string" }, |
7 |
| - "created": { "type": ["null", "string"], "format": "date-time" }, |
8 |
| - "updated": { "type": ["null", "string"], "format": "date-time" }, |
9 |
| - "status": { "type": "string" }, |
10 |
| - "status_id": { "type": "integer" }, |
11 |
| - "status_label": { "type": "string" }, |
12 |
| - "from_name": { "type": "string" }, |
13 |
| - "from_email": { "type": "string" }, |
14 |
| - "num_recipients": { "type": "integer" }, |
15 |
| - "lists": { |
16 |
| - "type": "array", |
17 |
| - "items": { |
18 |
| - "type": "object", |
19 |
| - "properties": { |
20 |
| - "object": { "type": "string" }, |
21 |
| - "id": { "type": "string" }, |
22 |
| - "name": { "type": "string" }, |
23 |
| - "created": { "type": "string", "format": "date-time" }, |
24 |
| - "updated": { "type": "string", "format": "date-time" }, |
25 |
| - "person_count": { "type": "integer" }, |
26 |
| - "list_type": { "type": "string" }, |
27 |
| - "folder": { "type": ["null", "string"] } |
28 |
| - } |
| 6 | + "updated_at": { "type": ["null", "string"], "format": "date-time" }, |
| 7 | + "attributes": { |
| 8 | + "type": ["null", "object"], |
| 9 | + "additionalProperties": true, |
| 10 | + "properties": { |
| 11 | + "name": { "type": "string" }, |
| 12 | + "status": { "type": "string" }, |
| 13 | + "archived": { "type": "boolean" }, |
| 14 | + "channel": { "type": "string" }, |
| 15 | + "audiences": { |
| 16 | + "type": ["null", "object"], |
| 17 | + "additionalProperties": true, |
| 18 | + "properties": { |
| 19 | + "included": { |
| 20 | + "type": ["null", "array"], |
| 21 | + "items": { |
| 22 | + "type": ["null", "string"] |
| 23 | + } |
| 24 | + }, |
| 25 | + "excluded": { |
| 26 | + "type": ["null", "array"], |
| 27 | + "items": { |
| 28 | + "type": ["null", "string"] |
| 29 | + } |
| 30 | + } |
| 31 | + } |
| 32 | + }, |
| 33 | + "send_options": { |
| 34 | + "type": ["null", "object"], |
| 35 | + "properties": { |
| 36 | + "ignore_unsubscribes": { "type": ["null", "boolean"] }, |
| 37 | + "use_smart_sending": { "type": ["null", "boolean"] } |
| 38 | + } |
| 39 | + }, |
| 40 | + "message": { "type": "string" }, |
| 41 | + "tracking_options": { |
| 42 | + "type": ["null", "object"], |
| 43 | + "additionalProperties": true, |
| 44 | + "properties": { |
| 45 | + "is_tracking_opens": { "type": ["null", "boolean"] }, |
| 46 | + "is_tracking_clicks": { "type": ["null", "boolean"] }, |
| 47 | + "is_add_utm": { "type": ["null", "boolean"] }, |
| 48 | + "utm_params": { |
| 49 | + "type": ["null", "array"], |
| 50 | + "items": { |
| 51 | + "type": ["null", "object"], |
| 52 | + "properties": { |
| 53 | + "name": { "type": "string" }, |
| 54 | + "value": { "type": "string" } |
| 55 | + } |
| 56 | + } |
| 57 | + } |
| 58 | + } |
| 59 | + }, |
| 60 | + "send_strategy": { |
| 61 | + "type": ["null", "object"], |
| 62 | + "additionalProperties": true, |
| 63 | + "properties": { |
| 64 | + "method": { "type": "string" }, |
| 65 | + "options_static": { |
| 66 | + "type": ["null", "object"], |
| 67 | + "properties": { |
| 68 | + "datetime": { |
| 69 | + "type": "string", |
| 70 | + "format": "date-time", |
| 71 | + "airbyte_type": "timestamp_without_timezone" |
| 72 | + }, |
| 73 | + "is_local": { "type": ["null", "boolean"] }, |
| 74 | + "send_past_recipients_immediately": { |
| 75 | + "type": ["null", "boolean"] |
| 76 | + } |
| 77 | + } |
| 78 | + }, |
| 79 | + "options_throttled": { |
| 80 | + "type": ["null", "object"], |
| 81 | + "properties": { |
| 82 | + "datetime": { |
| 83 | + "type": "string", |
| 84 | + "format": "date-time", |
| 85 | + "airbyte_type": "timestamp_without_timezone" |
| 86 | + }, |
| 87 | + "throttle_percentage": { "type": "integer" } |
| 88 | + } |
| 89 | + }, |
| 90 | + "options_sto": { |
| 91 | + "type": ["null", "object"], |
| 92 | + "properties": { |
| 93 | + "date": { "type": "string", "format": "date" } |
| 94 | + } |
| 95 | + } |
| 96 | + } |
| 97 | + }, |
| 98 | + "created_at": { "type": ["null", "string"], "format": "date-time" }, |
| 99 | + "scheduled_at": { "type": ["null", "string"], "format": "date-time" }, |
| 100 | + "updated_at": { "type": ["null", "string"], "format": "date-time" }, |
| 101 | + "send_time": { "type": ["null", "string"], "format": "date-time" } |
29 | 102 | }
|
30 | 103 | },
|
31 |
| - "excluded_lists": { |
32 |
| - "type": "array", |
33 |
| - "items": { |
34 |
| - "type": "object", |
35 |
| - "properties": { |
36 |
| - "object": { "type": "string" }, |
37 |
| - "id": { "type": "string" }, |
38 |
| - "name": { "type": "string" }, |
39 |
| - "created": { "type": "string", "format": "date-time" }, |
40 |
| - "updated": { "type": "string", "format": "date-time" }, |
41 |
| - "person_count": { "type": "integer" }, |
42 |
| - "list_type": { "type": "string" }, |
43 |
| - "folder": { "type": ["null", "string"] } |
44 |
| - } |
| 104 | + "links": { |
| 105 | + "type": ["null", "object"], |
| 106 | + "additionalProperties": true, |
| 107 | + "properties": { |
| 108 | + "self": { "type": "string" } |
45 | 109 | }
|
46 | 110 | },
|
47 |
| - "is_segmented": { "type": "boolean" }, |
48 |
| - "send_time": { "type": ["null", "string"], "format": "date-time" }, |
49 |
| - "sent_at": { "type": ["null", "string"], "format": "date-time" }, |
50 |
| - "campaign_type": { "type": "string" }, |
51 |
| - "subject": { "type": ["null", "string"] }, |
52 |
| - "message_type": { "type": "string" }, |
53 |
| - "template_id": { "type": ["null", "string"] } |
| 111 | + "relationships": { |
| 112 | + "type": ["null", "object"], |
| 113 | + "additionalProperties": true, |
| 114 | + "properties": { |
| 115 | + "tags": { |
| 116 | + "type": ["null", "object"], |
| 117 | + "properties": { |
| 118 | + "data": { |
| 119 | + "type": "array", |
| 120 | + "items": { |
| 121 | + "type": ["null", "object"], |
| 122 | + "properties": { |
| 123 | + "type": { "type": "string" }, |
| 124 | + "id": { "type": "string" } |
| 125 | + } |
| 126 | + } |
| 127 | + }, |
| 128 | + "links": { |
| 129 | + "type": ["null", "object"], |
| 130 | + "properties": { |
| 131 | + "self": { "type": "string" }, |
| 132 | + "related": { "type": "string" } |
| 133 | + } |
| 134 | + } |
| 135 | + } |
| 136 | + } |
| 137 | + } |
| 138 | + } |
54 | 139 | }
|
55 | 140 | }
|
0 commit comments