|
41 | 41 | "type": "string"
|
42 | 42 | }
|
43 | 43 | },
|
44 |
| - "required": [ |
45 |
| - "app_id", |
46 |
| - "secret", |
47 |
| - "access_token" |
48 |
| - ] |
| 44 | + "required": ["app_id", "secret", "access_token"] |
49 | 45 | },
|
50 | 46 | {
|
51 | 47 | "title": "Sandbox Access Token",
|
|
69 | 65 | "type": "string"
|
70 | 66 | }
|
71 | 67 | },
|
72 |
| - "required": [ |
73 |
| - "advertiser_id", |
74 |
| - "access_token" |
75 |
| - ] |
| 68 | + "required": ["advertiser_id", "access_token"] |
76 | 69 | }
|
77 | 70 | ]
|
78 | 71 | },
|
|
88 | 81 | "title": "Report Aggregation Granularity *",
|
89 | 82 | "description": "The granularity used for aggregating performance data in reports. See <a href=\"https://docs.airbyte.com/integrations/sources/tiktok-marketing/#report-aggregation\">the docs</a>.",
|
90 | 83 | "default": "DAY",
|
91 |
| - "enum": [ |
92 |
| - "LIFETIME", |
93 |
| - "DAY", |
94 |
| - "HOUR" |
95 |
| - ], |
| 84 | + "enum": ["LIFETIME", "DAY", "HOUR"], |
96 | 85 | "order": 2,
|
97 | 86 | "type": "string"
|
98 | 87 | },
|
99 | 88 | "end_date": {
|
100 | 89 | "title": "End Date",
|
101 | 90 | "description": "The date until which you'd like to replicate data for all incremental streams, in the format YYYY-MM-DD. All data generated between start_date and this date will be replicated. Not setting this option will result in always syncing the data till the current date.",
|
102 |
| - "default": "2022-05-24", |
| 91 | + "default": "2022-09-01", |
103 | 92 | "pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}$",
|
104 | 93 | "order": 3,
|
105 | 94 | "type": "string"
|
|
109 | 98 | "supportsIncremental": true,
|
110 | 99 | "supportsNormalization": false,
|
111 | 100 | "supportsDBT": false,
|
112 |
| - "supported_destination_sync_modes": [ |
113 |
| - "overwrite", |
114 |
| - "append", |
115 |
| - "append_dedup" |
116 |
| - ], |
| 101 | + "supported_destination_sync_modes": ["overwrite", "append", "append_dedup"], |
117 | 102 | "authSpecification": null,
|
118 | 103 | "advanced_auth": {
|
119 | 104 | "auth_flow_type": "oauth2.0",
|
120 |
| - "predicate_key": [ |
121 |
| - "credentials", |
122 |
| - "auth_type" |
123 |
| - ], |
| 105 | + "predicate_key": ["credentials", "auth_type"], |
124 | 106 | "predicate_value": "oauth2.0",
|
125 | 107 | "oauth_config_specification": {
|
126 | 108 | "oauth_user_input_from_connector_config_specification": null,
|
|
130 | 112 | "properties": {
|
131 | 113 | "access_token": {
|
132 | 114 | "title": "Access Token",
|
133 |
| - "path_in_connector_config": [ |
134 |
| - "credentials", |
135 |
| - "access_token" |
136 |
| - ], |
| 115 | + "path_in_connector_config": ["credentials", "access_token"], |
137 | 116 | "type": "string"
|
138 | 117 | }
|
139 | 118 | },
|
140 |
| - "required": [ |
141 |
| - "access_token" |
142 |
| - ] |
| 119 | + "required": ["access_token"] |
143 | 120 | },
|
144 | 121 | "complete_oauth_server_input_specification": {
|
145 | 122 | "title": "CompleteOauthServerInputSpecification",
|
|
154 | 131 | "type": "string"
|
155 | 132 | }
|
156 | 133 | },
|
157 |
| - "required": [ |
158 |
| - "app_id", |
159 |
| - "secret" |
160 |
| - ] |
| 134 | + "required": ["app_id", "secret"] |
161 | 135 | },
|
162 | 136 | "complete_oauth_server_output_specification": {
|
163 | 137 | "title": "CompleteOauthServerOutputSpecification",
|
164 | 138 | "type": "object",
|
165 | 139 | "properties": {
|
166 | 140 | "app_id": {
|
167 | 141 | "title": "App Id",
|
168 |
| - "path_in_connector_config": [ |
169 |
| - "credentials", |
170 |
| - "app_id" |
171 |
| - ], |
| 142 | + "path_in_connector_config": ["credentials", "app_id"], |
172 | 143 | "type": "string"
|
173 | 144 | },
|
174 | 145 | "secret": {
|
175 | 146 | "title": "Secret",
|
176 |
| - "path_in_connector_config": [ |
177 |
| - "credentials", |
178 |
| - "secret" |
179 |
| - ], |
| 147 | + "path_in_connector_config": ["credentials", "secret"], |
180 | 148 | "type": "string"
|
181 | 149 | }
|
182 | 150 | },
|
183 |
| - "required": [ |
184 |
| - "app_id", |
185 |
| - "secret" |
186 |
| - ] |
| 151 | + "required": ["app_id", "secret"] |
187 | 152 | }
|
188 | 153 | }
|
189 | 154 | },
|
|
0 commit comments