@wevion/cli 1.0.3158 → 1.0.3160

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/openapi.json +218 -1599
  2. package/package.json +1 -1
package/openapi.json CHANGED
@@ -77,267 +77,6 @@
77
77
  }
78
78
  },
79
79
  "additionalProperties": true
80
- },
81
- "def-0": {
82
- "anyOf": [
83
- {
84
- "type": "string"
85
- },
86
- {
87
- "type": "number"
88
- },
89
- {
90
- "type": "boolean"
91
- },
92
- {
93
- "type": "null"
94
- },
95
- {
96
- "type": "array",
97
- "items": {
98
- "$ref": "#/components/schemas/def-0"
99
- }
100
- },
101
- {
102
- "type": "object",
103
- "additionalProperties": {
104
- "$ref": "#/components/schemas/def-0"
105
- }
106
- }
107
- ],
108
- "title": "AiMemoryJsonValue"
109
- },
110
- "def-1": {
111
- "anyOf": [
112
- {
113
- "type": "string"
114
- },
115
- {
116
- "type": "number"
117
- },
118
- {
119
- "type": "boolean"
120
- },
121
- {
122
- "type": "null"
123
- },
124
- {
125
- "type": "array",
126
- "items": {
127
- "$ref": "#/components/schemas/def-1"
128
- }
129
- },
130
- {
131
- "type": "object",
132
- "additionalProperties": {
133
- "$ref": "#/components/schemas/def-1"
134
- }
135
- }
136
- ],
137
- "title": "CampaignContextJsonValue"
138
- },
139
- "def-2": {
140
- "anyOf": [
141
- {
142
- "type": "string"
143
- },
144
- {
145
- "type": "number"
146
- },
147
- {
148
- "type": "boolean"
149
- },
150
- {
151
- "type": "null"
152
- },
153
- {
154
- "type": "array",
155
- "items": {
156
- "$ref": "#/components/schemas/def-2"
157
- }
158
- },
159
- {
160
- "type": "object",
161
- "additionalProperties": {
162
- "$ref": "#/components/schemas/def-2"
163
- }
164
- }
165
- ],
166
- "title": "ChatPresetJsonValue"
167
- },
168
- "def-3": {
169
- "anyOf": [
170
- {
171
- "type": "string"
172
- },
173
- {
174
- "type": "number"
175
- },
176
- {
177
- "type": "boolean"
178
- },
179
- {
180
- "type": "null"
181
- },
182
- {
183
- "type": "array",
184
- "items": {
185
- "$ref": "#/components/schemas/def-3"
186
- }
187
- },
188
- {
189
- "type": "object",
190
- "additionalProperties": {
191
- "$ref": "#/components/schemas/def-3"
192
- }
193
- }
194
- ],
195
- "title": "ChatRouteJsonValue"
196
- },
197
- "def-4": {
198
- "anyOf": [
199
- {
200
- "type": "string"
201
- },
202
- {
203
- "type": "number"
204
- },
205
- {
206
- "type": "boolean"
207
- },
208
- {
209
- "type": "null"
210
- },
211
- {
212
- "type": "array",
213
- "items": {
214
- "$ref": "#/components/schemas/def-4"
215
- }
216
- },
217
- {
218
- "type": "object",
219
- "additionalProperties": {
220
- "$ref": "#/components/schemas/def-4"
221
- }
222
- }
223
- ],
224
- "title": "CompetitiveIntelligenceJsonValue"
225
- },
226
- "def-5": {
227
- "anyOf": [
228
- {
229
- "type": "string"
230
- },
231
- {
232
- "type": "number"
233
- },
234
- {
235
- "type": "boolean"
236
- },
237
- {
238
- "type": "null"
239
- },
240
- {
241
- "type": "array",
242
- "items": {
243
- "$ref": "#/components/schemas/def-5"
244
- }
245
- },
246
- {
247
- "type": "object",
248
- "additionalProperties": {
249
- "$ref": "#/components/schemas/def-5"
250
- }
251
- }
252
- ],
253
- "title": "IntelligenceReportsJsonValue"
254
- },
255
- "def-6": {
256
- "anyOf": [
257
- {
258
- "type": "string"
259
- },
260
- {
261
- "type": "number"
262
- },
263
- {
264
- "type": "boolean"
265
- },
266
- {
267
- "type": "null"
268
- },
269
- {
270
- "type": "array",
271
- "items": {
272
- "$ref": "#/components/schemas/def-6"
273
- }
274
- },
275
- {
276
- "type": "object",
277
- "additionalProperties": {
278
- "$ref": "#/components/schemas/def-6"
279
- }
280
- }
281
- ],
282
- "title": "IntelligenceDashboardJsonValue"
283
- },
284
- "def-7": {
285
- "anyOf": [
286
- {
287
- "type": "string"
288
- },
289
- {
290
- "type": "number"
291
- },
292
- {
293
- "type": "boolean"
294
- },
295
- {
296
- "type": "null"
297
- },
298
- {
299
- "type": "array",
300
- "items": {
301
- "$ref": "#/components/schemas/def-7"
302
- }
303
- },
304
- {
305
- "type": "object",
306
- "additionalProperties": {
307
- "$ref": "#/components/schemas/def-7"
308
- }
309
- }
310
- ],
311
- "title": "MarketIntelligenceJsonValue"
312
- },
313
- "def-8": {
314
- "anyOf": [
315
- {
316
- "type": "string"
317
- },
318
- {
319
- "type": "number"
320
- },
321
- {
322
- "type": "boolean"
323
- },
324
- {
325
- "type": "null"
326
- },
327
- {
328
- "type": "array",
329
- "items": {
330
- "$ref": "#/components/schemas/def-8"
331
- }
332
- },
333
- {
334
- "type": "object",
335
- "additionalProperties": {
336
- "$ref": "#/components/schemas/def-8"
337
- }
338
- }
339
- ],
340
- "title": "StrategicDetailsJsonValue"
341
80
  }
342
81
  },
343
82
  "securitySchemes": {
@@ -8267,7 +8006,7 @@
8267
8006
  "type": "string"
8268
8007
  },
8269
8008
  "fact_value": {
8270
- "$ref": "#/components/schemas/def-0"
8009
+ "$comment": "json-value"
8271
8010
  },
8272
8011
  "source_type": {
8273
8012
  "anyOf": [
@@ -8404,7 +8143,7 @@
8404
8143
  "type": "string"
8405
8144
  },
8406
8145
  "fact_value": {
8407
- "$ref": "#/components/schemas/def-0"
8146
+ "$comment": "json-value"
8408
8147
  },
8409
8148
  "project_id": {
8410
8149
  "format": "uuid",
@@ -8495,7 +8234,7 @@
8495
8234
  "type": "string"
8496
8235
  },
8497
8236
  "fact_value": {
8498
- "$ref": "#/components/schemas/def-0"
8237
+ "$comment": "json-value"
8499
8238
  },
8500
8239
  "source_type": {
8501
8240
  "anyOf": [
@@ -8727,7 +8466,7 @@
8727
8466
  "type": "string"
8728
8467
  },
8729
8468
  "fact_value": {
8730
- "$ref": "#/components/schemas/def-0"
8469
+ "$comment": "json-value"
8731
8470
  },
8732
8471
  "source_type": {
8733
8472
  "anyOf": [
@@ -9016,7 +8755,7 @@
9016
8755
  "type": "string"
9017
8756
  },
9018
8757
  "fact_value": {
9019
- "$ref": "#/components/schemas/def-0"
8758
+ "$comment": "json-value"
9020
8759
  },
9021
8760
  "source_type": {
9022
8761
  "anyOf": [
@@ -18490,49 +18229,7 @@
18490
18229
  ]
18491
18230
  },
18492
18231
  "rule": {
18493
- "$comment": "json-value",
18494
- "anyOf": [
18495
- {
18496
- "type": "string"
18497
- },
18498
- {
18499
- "type": "number"
18500
- },
18501
- {
18502
- "type": "boolean"
18503
- },
18504
- {
18505
- "type": "null"
18506
- },
18507
- {
18508
- "type": "array",
18509
- "items": {
18510
- "anyOf": [
18511
- {
18512
- "type": "string"
18513
- },
18514
- {
18515
- "type": "number"
18516
- },
18517
- {
18518
- "type": "boolean"
18519
- },
18520
- {
18521
- "type": "null"
18522
- },
18523
- {
18524
- "type": "array"
18525
- },
18526
- {
18527
- "type": "object"
18528
- }
18529
- ]
18530
- }
18531
- },
18532
- {
18533
- "type": "object"
18534
- }
18535
- ]
18232
+ "$comment": "json-value"
18536
18233
  },
18537
18234
  "origin_audience_id": {
18538
18235
  "anyOf": [
@@ -18545,49 +18242,7 @@
18545
18242
  ]
18546
18243
  },
18547
18244
  "lookalike_spec": {
18548
- "$comment": "json-value",
18549
- "anyOf": [
18550
- {
18551
- "type": "string"
18552
- },
18553
- {
18554
- "type": "number"
18555
- },
18556
- {
18557
- "type": "boolean"
18558
- },
18559
- {
18560
- "type": "null"
18561
- },
18562
- {
18563
- "type": "array",
18564
- "items": {
18565
- "anyOf": [
18566
- {
18567
- "type": "string"
18568
- },
18569
- {
18570
- "type": "number"
18571
- },
18572
- {
18573
- "type": "boolean"
18574
- },
18575
- {
18576
- "type": "null"
18577
- },
18578
- {
18579
- "type": "array"
18580
- },
18581
- {
18582
- "type": "object"
18583
- }
18584
- ]
18585
- }
18586
- },
18587
- {
18588
- "type": "object"
18589
- }
18590
- ]
18245
+ "$comment": "json-value"
18591
18246
  },
18592
18247
  "origin": {
18593
18248
  "type": "string"
@@ -18961,49 +18616,7 @@
18961
18616
  "rule": {
18962
18617
  "type": "object",
18963
18618
  "additionalProperties": {
18964
- "$comment": "json-value",
18965
- "anyOf": [
18966
- {
18967
- "type": "string"
18968
- },
18969
- {
18970
- "type": "number"
18971
- },
18972
- {
18973
- "type": "boolean"
18974
- },
18975
- {
18976
- "type": "null"
18977
- },
18978
- {
18979
- "type": "array",
18980
- "items": {
18981
- "anyOf": [
18982
- {
18983
- "type": "string"
18984
- },
18985
- {
18986
- "type": "number"
18987
- },
18988
- {
18989
- "type": "boolean"
18990
- },
18991
- {
18992
- "type": "null"
18993
- },
18994
- {
18995
- "type": "array"
18996
- },
18997
- {
18998
- "type": "object"
18999
- }
19000
- ]
19001
- }
19002
- },
19003
- {
19004
- "type": "object"
19005
- }
19006
- ]
18619
+ "$comment": "json-value"
19007
18620
  }
19008
18621
  },
19009
18622
  "retention_days": {
@@ -23270,56 +22883,17 @@
23270
22883
  "additionalProperties": {
23271
22884
  "anyOf": [
23272
22885
  {
23273
- "anyOf": [
23274
- {
23275
- "type": "string"
23276
- },
23277
- {
23278
- "type": "number"
23279
- },
23280
- {
23281
- "type": "boolean"
23282
- },
23283
- {
23284
- "type": "null"
23285
- }
23286
- ]
22886
+ "$comment": "json-value"
23287
22887
  },
23288
22888
  {
23289
22889
  "type": "array",
23290
22890
  "items": {
23291
- "anyOf": [
23292
- {
23293
- "type": "string"
23294
- },
23295
- {
23296
- "type": "number"
23297
- },
23298
- {
23299
- "type": "boolean"
23300
- },
23301
- {
23302
- "type": "null"
23303
- }
23304
- ]
22891
+ "$comment": "json-value"
23305
22892
  }
23306
22893
  },
23307
22894
  {
23308
22895
  "additionalProperties": {
23309
- "anyOf": [
23310
- {
23311
- "type": "string"
23312
- },
23313
- {
23314
- "type": "number"
23315
- },
23316
- {
23317
- "type": "boolean"
23318
- },
23319
- {
23320
- "type": "null"
23321
- }
23322
- ]
22896
+ "$comment": "json-value"
23323
22897
  },
23324
22898
  "type": "object",
23325
22899
  "properties": {}
@@ -23515,56 +23089,17 @@
23515
23089
  "additionalProperties": {
23516
23090
  "anyOf": [
23517
23091
  {
23518
- "anyOf": [
23519
- {
23520
- "type": "string"
23521
- },
23522
- {
23523
- "type": "number"
23524
- },
23525
- {
23526
- "type": "boolean"
23527
- },
23528
- {
23529
- "type": "null"
23530
- }
23531
- ]
23092
+ "$comment": "json-value"
23532
23093
  },
23533
23094
  {
23534
23095
  "type": "array",
23535
23096
  "items": {
23536
- "anyOf": [
23537
- {
23538
- "type": "string"
23539
- },
23540
- {
23541
- "type": "number"
23542
- },
23543
- {
23544
- "type": "boolean"
23545
- },
23546
- {
23547
- "type": "null"
23548
- }
23549
- ]
23097
+ "$comment": "json-value"
23550
23098
  }
23551
23099
  },
23552
23100
  {
23553
23101
  "additionalProperties": {
23554
- "anyOf": [
23555
- {
23556
- "type": "string"
23557
- },
23558
- {
23559
- "type": "number"
23560
- },
23561
- {
23562
- "type": "boolean"
23563
- },
23564
- {
23565
- "type": "null"
23566
- }
23567
- ]
23102
+ "$comment": "json-value"
23568
23103
  },
23569
23104
  "type": "object",
23570
23105
  "properties": {}
@@ -23987,56 +23522,17 @@
23987
23522
  "additionalProperties": {
23988
23523
  "anyOf": [
23989
23524
  {
23990
- "anyOf": [
23991
- {
23992
- "type": "string"
23993
- },
23994
- {
23995
- "type": "number"
23996
- },
23997
- {
23998
- "type": "boolean"
23999
- },
24000
- {
24001
- "type": "null"
24002
- }
24003
- ]
23525
+ "$comment": "json-value"
24004
23526
  },
24005
23527
  {
24006
23528
  "type": "array",
24007
23529
  "items": {
24008
- "anyOf": [
24009
- {
24010
- "type": "string"
24011
- },
24012
- {
24013
- "type": "number"
24014
- },
24015
- {
24016
- "type": "boolean"
24017
- },
24018
- {
24019
- "type": "null"
24020
- }
24021
- ]
23530
+ "$comment": "json-value"
24022
23531
  }
24023
23532
  },
24024
23533
  {
24025
23534
  "additionalProperties": {
24026
- "anyOf": [
24027
- {
24028
- "type": "string"
24029
- },
24030
- {
24031
- "type": "number"
24032
- },
24033
- {
24034
- "type": "boolean"
24035
- },
24036
- {
24037
- "type": "null"
24038
- }
24039
- ]
23535
+ "$comment": "json-value"
24040
23536
  },
24041
23537
  "type": "object",
24042
23538
  "properties": {}
@@ -40125,49 +39621,7 @@
40125
39621
  "constraints": {
40126
39622
  "type": "object",
40127
39623
  "additionalProperties": {
40128
- "$comment": "json-value",
40129
- "anyOf": [
40130
- {
40131
- "type": "string"
40132
- },
40133
- {
40134
- "type": "number"
40135
- },
40136
- {
40137
- "type": "boolean"
40138
- },
40139
- {
40140
- "type": "null"
40141
- },
40142
- {
40143
- "type": "array",
40144
- "items": {
40145
- "anyOf": [
40146
- {
40147
- "type": "string"
40148
- },
40149
- {
40150
- "type": "number"
40151
- },
40152
- {
40153
- "type": "boolean"
40154
- },
40155
- {
40156
- "type": "null"
40157
- },
40158
- {
40159
- "type": "array"
40160
- },
40161
- {
40162
- "type": "object"
40163
- }
40164
- ]
40165
- }
40166
- },
40167
- {
40168
- "type": "object"
40169
- }
40170
- ]
39624
+ "$comment": "json-value"
40171
39625
  }
40172
39626
  },
40173
39627
  "last_allocated_at": {
@@ -40437,49 +39891,7 @@
40437
39891
  "constraints": {
40438
39892
  "type": "object",
40439
39893
  "additionalProperties": {
40440
- "$comment": "json-value",
40441
- "anyOf": [
40442
- {
40443
- "type": "string"
40444
- },
40445
- {
40446
- "type": "number"
40447
- },
40448
- {
40449
- "type": "boolean"
40450
- },
40451
- {
40452
- "type": "null"
40453
- },
40454
- {
40455
- "type": "array",
40456
- "items": {
40457
- "anyOf": [
40458
- {
40459
- "type": "string"
40460
- },
40461
- {
40462
- "type": "number"
40463
- },
40464
- {
40465
- "type": "boolean"
40466
- },
40467
- {
40468
- "type": "null"
40469
- },
40470
- {
40471
- "type": "array"
40472
- },
40473
- {
40474
- "type": "object"
40475
- }
40476
- ]
40477
- }
40478
- },
40479
- {
40480
- "type": "object"
40481
- }
40482
- ]
39894
+ "$comment": "json-value"
40483
39895
  }
40484
39896
  },
40485
39897
  "currency": {
@@ -40716,49 +40128,7 @@
40716
40128
  "constraints": {
40717
40129
  "type": "object",
40718
40130
  "additionalProperties": {
40719
- "$comment": "json-value",
40720
- "anyOf": [
40721
- {
40722
- "type": "string"
40723
- },
40724
- {
40725
- "type": "number"
40726
- },
40727
- {
40728
- "type": "boolean"
40729
- },
40730
- {
40731
- "type": "null"
40732
- },
40733
- {
40734
- "type": "array",
40735
- "items": {
40736
- "anyOf": [
40737
- {
40738
- "type": "string"
40739
- },
40740
- {
40741
- "type": "number"
40742
- },
40743
- {
40744
- "type": "boolean"
40745
- },
40746
- {
40747
- "type": "null"
40748
- },
40749
- {
40750
- "type": "array"
40751
- },
40752
- {
40753
- "type": "object"
40754
- }
40755
- ]
40756
- }
40757
- },
40758
- {
40759
- "type": "object"
40760
- }
40761
- ]
40131
+ "$comment": "json-value"
40762
40132
  }
40763
40133
  },
40764
40134
  "last_allocated_at": {
@@ -41139,49 +40509,7 @@
41139
40509
  "constraints": {
41140
40510
  "type": "object",
41141
40511
  "additionalProperties": {
41142
- "$comment": "json-value",
41143
- "anyOf": [
41144
- {
41145
- "type": "string"
41146
- },
41147
- {
41148
- "type": "number"
41149
- },
41150
- {
41151
- "type": "boolean"
41152
- },
41153
- {
41154
- "type": "null"
41155
- },
41156
- {
41157
- "type": "array",
41158
- "items": {
41159
- "anyOf": [
41160
- {
41161
- "type": "string"
41162
- },
41163
- {
41164
- "type": "number"
41165
- },
41166
- {
41167
- "type": "boolean"
41168
- },
41169
- {
41170
- "type": "null"
41171
- },
41172
- {
41173
- "type": "array"
41174
- },
41175
- {
41176
- "type": "object"
41177
- }
41178
- ]
41179
- }
41180
- },
41181
- {
41182
- "type": "object"
41183
- }
41184
- ]
40512
+ "$comment": "json-value"
41185
40513
  }
41186
40514
  },
41187
40515
  "last_allocated_at": {
@@ -41466,49 +40794,7 @@
41466
40794
  "constraints": {
41467
40795
  "type": "object",
41468
40796
  "additionalProperties": {
41469
- "$comment": "json-value",
41470
- "anyOf": [
41471
- {
41472
- "type": "string"
41473
- },
41474
- {
41475
- "type": "number"
41476
- },
41477
- {
41478
- "type": "boolean"
41479
- },
41480
- {
41481
- "type": "null"
41482
- },
41483
- {
41484
- "type": "array",
41485
- "items": {
41486
- "anyOf": [
41487
- {
41488
- "type": "string"
41489
- },
41490
- {
41491
- "type": "number"
41492
- },
41493
- {
41494
- "type": "boolean"
41495
- },
41496
- {
41497
- "type": "null"
41498
- },
41499
- {
41500
- "type": "array"
41501
- },
41502
- {
41503
- "type": "object"
41504
- }
41505
- ]
41506
- }
41507
- },
41508
- {
41509
- "type": "object"
41510
- }
41511
- ]
40797
+ "$comment": "json-value"
41512
40798
  }
41513
40799
  },
41514
40800
  "currency": {
@@ -41700,49 +40986,7 @@
41700
40986
  "constraints": {
41701
40987
  "type": "object",
41702
40988
  "additionalProperties": {
41703
- "$comment": "json-value",
41704
- "anyOf": [
41705
- {
41706
- "type": "string"
41707
- },
41708
- {
41709
- "type": "number"
41710
- },
41711
- {
41712
- "type": "boolean"
41713
- },
41714
- {
41715
- "type": "null"
41716
- },
41717
- {
41718
- "type": "array",
41719
- "items": {
41720
- "anyOf": [
41721
- {
41722
- "type": "string"
41723
- },
41724
- {
41725
- "type": "number"
41726
- },
41727
- {
41728
- "type": "boolean"
41729
- },
41730
- {
41731
- "type": "null"
41732
- },
41733
- {
41734
- "type": "array"
41735
- },
41736
- {
41737
- "type": "object"
41738
- }
41739
- ]
41740
- }
41741
- },
41742
- {
41743
- "type": "object"
41744
- }
41745
- ]
40989
+ "$comment": "json-value"
41746
40990
  }
41747
40991
  },
41748
40992
  "last_allocated_at": {
@@ -43474,94 +42718,10 @@
43474
42718
  "type": "string"
43475
42719
  },
43476
42720
  "input_snapshot": {
43477
- "$comment": "json-value",
43478
- "anyOf": [
43479
- {
43480
- "type": "string"
43481
- },
43482
- {
43483
- "type": "number"
43484
- },
43485
- {
43486
- "type": "boolean"
43487
- },
43488
- {
43489
- "type": "null"
43490
- },
43491
- {
43492
- "type": "array",
43493
- "items": {
43494
- "anyOf": [
43495
- {
43496
- "type": "string"
43497
- },
43498
- {
43499
- "type": "number"
43500
- },
43501
- {
43502
- "type": "boolean"
43503
- },
43504
- {
43505
- "type": "null"
43506
- },
43507
- {
43508
- "type": "array"
43509
- },
43510
- {
43511
- "type": "object"
43512
- }
43513
- ]
43514
- }
43515
- },
43516
- {
43517
- "type": "object"
43518
- }
43519
- ]
42721
+ "$comment": "json-value"
43520
42722
  },
43521
42723
  "allocation_result": {
43522
- "$comment": "json-value",
43523
- "anyOf": [
43524
- {
43525
- "type": "string"
43526
- },
43527
- {
43528
- "type": "number"
43529
- },
43530
- {
43531
- "type": "boolean"
43532
- },
43533
- {
43534
- "type": "null"
43535
- },
43536
- {
43537
- "type": "array",
43538
- "items": {
43539
- "anyOf": [
43540
- {
43541
- "type": "string"
43542
- },
43543
- {
43544
- "type": "number"
43545
- },
43546
- {
43547
- "type": "boolean"
43548
- },
43549
- {
43550
- "type": "null"
43551
- },
43552
- {
43553
- "type": "array"
43554
- },
43555
- {
43556
- "type": "object"
43557
- }
43558
- ]
43559
- }
43560
- },
43561
- {
43562
- "type": "object"
43563
- }
43564
- ]
42724
+ "$comment": "json-value"
43565
42725
  },
43566
42726
  "idempotency_key": {
43567
42727
  "anyOf": [
@@ -43624,49 +42784,7 @@
43624
42784
  ]
43625
42785
  },
43626
42786
  "score_breakdown": {
43627
- "$comment": "json-value",
43628
- "anyOf": [
43629
- {
43630
- "type": "string"
43631
- },
43632
- {
43633
- "type": "number"
43634
- },
43635
- {
43636
- "type": "boolean"
43637
- },
43638
- {
43639
- "type": "null"
43640
- },
43641
- {
43642
- "type": "array",
43643
- "items": {
43644
- "anyOf": [
43645
- {
43646
- "type": "string"
43647
- },
43648
- {
43649
- "type": "number"
43650
- },
43651
- {
43652
- "type": "boolean"
43653
- },
43654
- {
43655
- "type": "null"
43656
- },
43657
- {
43658
- "type": "array"
43659
- },
43660
- {
43661
- "type": "object"
43662
- }
43663
- ]
43664
- }
43665
- },
43666
- {
43667
- "type": "object"
43668
- }
43669
- ]
42787
+ "$comment": "json-value"
43670
42788
  },
43671
42789
  "reason": {
43672
42790
  "anyOf": [
@@ -44489,7 +43607,7 @@
44489
43607
  "brief_input": {
44490
43608
  "type": "object",
44491
43609
  "additionalProperties": {
44492
- "$ref": "#/components/schemas/def-1"
43610
+ "$comment": "json-value"
44493
43611
  }
44494
43612
  },
44495
43613
  "from_date": {
@@ -44606,7 +43724,7 @@
44606
43724
  ]
44607
43725
  },
44608
43726
  "brief_input": {
44609
- "$ref": "#/components/schemas/def-1"
43727
+ "$comment": "json-value"
44610
43728
  },
44611
43729
  "status": {
44612
43730
  "anyOf": [
@@ -44637,42 +43755,42 @@
44637
43755
  ]
44638
43756
  },
44639
43757
  "platform_performance": {
44640
- "$ref": "#/components/schemas/def-1"
43758
+ "$comment": "json-value"
44641
43759
  },
44642
43760
  "tracker_attribution": {
44643
- "$ref": "#/components/schemas/def-1"
43761
+ "$comment": "json-value"
44644
43762
  },
44645
43763
  "ecommerce_data": {
44646
- "$ref": "#/components/schemas/def-1"
43764
+ "$comment": "json-value"
44647
43765
  },
44648
43766
  "business_context": {
44649
- "$ref": "#/components/schemas/def-1"
43767
+ "$comment": "json-value"
44650
43768
  },
44651
43769
  "competitor_intelligence": {
44652
- "$ref": "#/components/schemas/def-1"
43770
+ "$comment": "json-value"
44653
43771
  },
44654
43772
  "market_research": {
44655
- "$ref": "#/components/schemas/def-1"
43773
+ "$comment": "json-value"
44656
43774
  },
44657
43775
  "landing_page_analysis": {
44658
- "$ref": "#/components/schemas/def-1"
43776
+ "$comment": "json-value"
44659
43777
  },
44660
43778
  "sources_used": {
44661
43779
  "type": "array",
44662
43780
  "items": {
44663
- "$ref": "#/components/schemas/def-1"
43781
+ "$comment": "json-value"
44664
43782
  }
44665
43783
  },
44666
43784
  "sources_missing": {
44667
43785
  "type": "array",
44668
43786
  "items": {
44669
- "$ref": "#/components/schemas/def-1"
43787
+ "$comment": "json-value"
44670
43788
  }
44671
43789
  },
44672
43790
  "brief_gaps": {
44673
43791
  "type": "array",
44674
43792
  "items": {
44675
- "$ref": "#/components/schemas/def-1"
43793
+ "$comment": "json-value"
44676
43794
  }
44677
43795
  },
44678
43796
  "confidence_score": {
@@ -44830,7 +43948,7 @@
44830
43948
  "brief_input": {
44831
43949
  "type": "object",
44832
43950
  "additionalProperties": {
44833
- "$ref": "#/components/schemas/def-1"
43951
+ "$comment": "json-value"
44834
43952
  }
44835
43953
  },
44836
43954
  "from_date": {
@@ -44958,7 +44076,7 @@
44958
44076
  ]
44959
44077
  },
44960
44078
  "brief_input": {
44961
- "$ref": "#/components/schemas/def-1"
44079
+ "$comment": "json-value"
44962
44080
  },
44963
44081
  "status": {
44964
44082
  "anyOf": [
@@ -44989,42 +44107,42 @@
44989
44107
  ]
44990
44108
  },
44991
44109
  "platform_performance": {
44992
- "$ref": "#/components/schemas/def-1"
44110
+ "$comment": "json-value"
44993
44111
  },
44994
44112
  "tracker_attribution": {
44995
- "$ref": "#/components/schemas/def-1"
44113
+ "$comment": "json-value"
44996
44114
  },
44997
44115
  "ecommerce_data": {
44998
- "$ref": "#/components/schemas/def-1"
44116
+ "$comment": "json-value"
44999
44117
  },
45000
44118
  "business_context": {
45001
- "$ref": "#/components/schemas/def-1"
44119
+ "$comment": "json-value"
45002
44120
  },
45003
44121
  "competitor_intelligence": {
45004
- "$ref": "#/components/schemas/def-1"
44122
+ "$comment": "json-value"
45005
44123
  },
45006
44124
  "market_research": {
45007
- "$ref": "#/components/schemas/def-1"
44125
+ "$comment": "json-value"
45008
44126
  },
45009
44127
  "landing_page_analysis": {
45010
- "$ref": "#/components/schemas/def-1"
44128
+ "$comment": "json-value"
45011
44129
  },
45012
44130
  "sources_used": {
45013
44131
  "type": "array",
45014
44132
  "items": {
45015
- "$ref": "#/components/schemas/def-1"
44133
+ "$comment": "json-value"
45016
44134
  }
45017
44135
  },
45018
44136
  "sources_missing": {
45019
44137
  "type": "array",
45020
44138
  "items": {
45021
- "$ref": "#/components/schemas/def-1"
44139
+ "$comment": "json-value"
45022
44140
  }
45023
44141
  },
45024
44142
  "brief_gaps": {
45025
44143
  "type": "array",
45026
44144
  "items": {
45027
- "$ref": "#/components/schemas/def-1"
44145
+ "$comment": "json-value"
45028
44146
  }
45029
44147
  },
45030
44148
  "confidence_score": {
@@ -45273,7 +44391,7 @@
45273
44391
  ]
45274
44392
  },
45275
44393
  "brief_input": {
45276
- "$ref": "#/components/schemas/def-1"
44394
+ "$comment": "json-value"
45277
44395
  },
45278
44396
  "status": {
45279
44397
  "anyOf": [
@@ -45304,42 +44422,42 @@
45304
44422
  ]
45305
44423
  },
45306
44424
  "platform_performance": {
45307
- "$ref": "#/components/schemas/def-1"
44425
+ "$comment": "json-value"
45308
44426
  },
45309
44427
  "tracker_attribution": {
45310
- "$ref": "#/components/schemas/def-1"
44428
+ "$comment": "json-value"
45311
44429
  },
45312
44430
  "ecommerce_data": {
45313
- "$ref": "#/components/schemas/def-1"
44431
+ "$comment": "json-value"
45314
44432
  },
45315
44433
  "business_context": {
45316
- "$ref": "#/components/schemas/def-1"
44434
+ "$comment": "json-value"
45317
44435
  },
45318
44436
  "competitor_intelligence": {
45319
- "$ref": "#/components/schemas/def-1"
44437
+ "$comment": "json-value"
45320
44438
  },
45321
44439
  "market_research": {
45322
- "$ref": "#/components/schemas/def-1"
44440
+ "$comment": "json-value"
45323
44441
  },
45324
44442
  "landing_page_analysis": {
45325
- "$ref": "#/components/schemas/def-1"
44443
+ "$comment": "json-value"
45326
44444
  },
45327
44445
  "sources_used": {
45328
44446
  "type": "array",
45329
44447
  "items": {
45330
- "$ref": "#/components/schemas/def-1"
44448
+ "$comment": "json-value"
45331
44449
  }
45332
44450
  },
45333
44451
  "sources_missing": {
45334
44452
  "type": "array",
45335
44453
  "items": {
45336
- "$ref": "#/components/schemas/def-1"
44454
+ "$comment": "json-value"
45337
44455
  }
45338
44456
  },
45339
44457
  "brief_gaps": {
45340
44458
  "type": "array",
45341
44459
  "items": {
45342
- "$ref": "#/components/schemas/def-1"
44460
+ "$comment": "json-value"
45343
44461
  }
45344
44462
  },
45345
44463
  "confidence_score": {
@@ -45512,19 +44630,19 @@
45512
44630
  "sources_used": {
45513
44631
  "type": "array",
45514
44632
  "items": {
45515
- "$ref": "#/components/schemas/def-1"
44633
+ "$comment": "json-value"
45516
44634
  }
45517
44635
  },
45518
44636
  "sources_missing": {
45519
44637
  "type": "array",
45520
44638
  "items": {
45521
- "$ref": "#/components/schemas/def-1"
44639
+ "$comment": "json-value"
45522
44640
  }
45523
44641
  },
45524
44642
  "brief_gaps": {
45525
44643
  "type": "array",
45526
44644
  "items": {
45527
- "$ref": "#/components/schemas/def-1"
44645
+ "$comment": "json-value"
45528
44646
  }
45529
44647
  }
45530
44648
  }
@@ -45680,7 +44798,7 @@
45680
44798
  ]
45681
44799
  },
45682
44800
  "brief_input": {
45683
- "$ref": "#/components/schemas/def-1"
44801
+ "$comment": "json-value"
45684
44802
  },
45685
44803
  "status": {
45686
44804
  "anyOf": [
@@ -45711,42 +44829,42 @@
45711
44829
  ]
45712
44830
  },
45713
44831
  "platform_performance": {
45714
- "$ref": "#/components/schemas/def-1"
44832
+ "$comment": "json-value"
45715
44833
  },
45716
44834
  "tracker_attribution": {
45717
- "$ref": "#/components/schemas/def-1"
44835
+ "$comment": "json-value"
45718
44836
  },
45719
44837
  "ecommerce_data": {
45720
- "$ref": "#/components/schemas/def-1"
44838
+ "$comment": "json-value"
45721
44839
  },
45722
44840
  "business_context": {
45723
- "$ref": "#/components/schemas/def-1"
44841
+ "$comment": "json-value"
45724
44842
  },
45725
44843
  "competitor_intelligence": {
45726
- "$ref": "#/components/schemas/def-1"
44844
+ "$comment": "json-value"
45727
44845
  },
45728
44846
  "market_research": {
45729
- "$ref": "#/components/schemas/def-1"
44847
+ "$comment": "json-value"
45730
44848
  },
45731
44849
  "landing_page_analysis": {
45732
- "$ref": "#/components/schemas/def-1"
44850
+ "$comment": "json-value"
45733
44851
  },
45734
44852
  "sources_used": {
45735
44853
  "type": "array",
45736
44854
  "items": {
45737
- "$ref": "#/components/schemas/def-1"
44855
+ "$comment": "json-value"
45738
44856
  }
45739
44857
  },
45740
44858
  "sources_missing": {
45741
44859
  "type": "array",
45742
44860
  "items": {
45743
- "$ref": "#/components/schemas/def-1"
44861
+ "$comment": "json-value"
45744
44862
  }
45745
44863
  },
45746
44864
  "brief_gaps": {
45747
44865
  "type": "array",
45748
44866
  "items": {
45749
- "$ref": "#/components/schemas/def-1"
44867
+ "$comment": "json-value"
45750
44868
  }
45751
44869
  },
45752
44870
  "confidence_score": {
@@ -45969,7 +45087,7 @@
45969
45087
  ]
45970
45088
  },
45971
45089
  "brief_input": {
45972
- "$ref": "#/components/schemas/def-1"
45090
+ "$comment": "json-value"
45973
45091
  },
45974
45092
  "status": {
45975
45093
  "anyOf": [
@@ -46000,42 +45118,42 @@
46000
45118
  ]
46001
45119
  },
46002
45120
  "platform_performance": {
46003
- "$ref": "#/components/schemas/def-1"
45121
+ "$comment": "json-value"
46004
45122
  },
46005
45123
  "tracker_attribution": {
46006
- "$ref": "#/components/schemas/def-1"
45124
+ "$comment": "json-value"
46007
45125
  },
46008
45126
  "ecommerce_data": {
46009
- "$ref": "#/components/schemas/def-1"
45127
+ "$comment": "json-value"
46010
45128
  },
46011
45129
  "business_context": {
46012
- "$ref": "#/components/schemas/def-1"
45130
+ "$comment": "json-value"
46013
45131
  },
46014
45132
  "competitor_intelligence": {
46015
- "$ref": "#/components/schemas/def-1"
45133
+ "$comment": "json-value"
46016
45134
  },
46017
45135
  "market_research": {
46018
- "$ref": "#/components/schemas/def-1"
45136
+ "$comment": "json-value"
46019
45137
  },
46020
45138
  "landing_page_analysis": {
46021
- "$ref": "#/components/schemas/def-1"
45139
+ "$comment": "json-value"
46022
45140
  },
46023
45141
  "sources_used": {
46024
45142
  "type": "array",
46025
45143
  "items": {
46026
- "$ref": "#/components/schemas/def-1"
45144
+ "$comment": "json-value"
46027
45145
  }
46028
45146
  },
46029
45147
  "sources_missing": {
46030
45148
  "type": "array",
46031
45149
  "items": {
46032
- "$ref": "#/components/schemas/def-1"
45150
+ "$comment": "json-value"
46033
45151
  }
46034
45152
  },
46035
45153
  "brief_gaps": {
46036
45154
  "type": "array",
46037
45155
  "items": {
46038
- "$ref": "#/components/schemas/def-1"
45156
+ "$comment": "json-value"
46039
45157
  }
46040
45158
  },
46041
45159
  "confidence_score": {
@@ -46140,35 +45258,35 @@
46140
45258
  "brief_input": {
46141
45259
  "type": "object",
46142
45260
  "additionalProperties": {
46143
- "$ref": "#/components/schemas/def-1"
45261
+ "$comment": "json-value"
46144
45262
  }
46145
45263
  },
46146
45264
  "business_context": {
46147
- "$ref": "#/components/schemas/def-1"
45265
+ "$comment": "json-value"
46148
45266
  },
46149
45267
  "competitor_intelligence": {
46150
- "$ref": "#/components/schemas/def-1"
45268
+ "$comment": "json-value"
46151
45269
  },
46152
45270
  "ecommerce_data": {
46153
- "$ref": "#/components/schemas/def-1"
45271
+ "$comment": "json-value"
46154
45272
  },
46155
45273
  "landing_page_analysis": {
46156
- "$ref": "#/components/schemas/def-1"
45274
+ "$comment": "json-value"
46157
45275
  },
46158
45276
  "market_research": {
46159
- "$ref": "#/components/schemas/def-1"
45277
+ "$comment": "json-value"
46160
45278
  },
46161
45279
  "platform_performance": {
46162
- "$ref": "#/components/schemas/def-1"
45280
+ "$comment": "json-value"
46163
45281
  },
46164
45282
  "sources_missing": {
46165
45283
  "type": "array",
46166
45284
  "items": {
46167
- "$ref": "#/components/schemas/def-1"
45285
+ "$comment": "json-value"
46168
45286
  }
46169
45287
  },
46170
45288
  "tracker_attribution": {
46171
- "$ref": "#/components/schemas/def-1"
45289
+ "$comment": "json-value"
46172
45290
  }
46173
45291
  }
46174
45292
  }
@@ -46281,7 +45399,7 @@
46281
45399
  ]
46282
45400
  },
46283
45401
  "brief_input": {
46284
- "$ref": "#/components/schemas/def-1"
45402
+ "$comment": "json-value"
46285
45403
  },
46286
45404
  "status": {
46287
45405
  "anyOf": [
@@ -46312,42 +45430,42 @@
46312
45430
  ]
46313
45431
  },
46314
45432
  "platform_performance": {
46315
- "$ref": "#/components/schemas/def-1"
45433
+ "$comment": "json-value"
46316
45434
  },
46317
45435
  "tracker_attribution": {
46318
- "$ref": "#/components/schemas/def-1"
45436
+ "$comment": "json-value"
46319
45437
  },
46320
45438
  "ecommerce_data": {
46321
- "$ref": "#/components/schemas/def-1"
45439
+ "$comment": "json-value"
46322
45440
  },
46323
45441
  "business_context": {
46324
- "$ref": "#/components/schemas/def-1"
45442
+ "$comment": "json-value"
46325
45443
  },
46326
45444
  "competitor_intelligence": {
46327
- "$ref": "#/components/schemas/def-1"
45445
+ "$comment": "json-value"
46328
45446
  },
46329
45447
  "market_research": {
46330
- "$ref": "#/components/schemas/def-1"
45448
+ "$comment": "json-value"
46331
45449
  },
46332
45450
  "landing_page_analysis": {
46333
- "$ref": "#/components/schemas/def-1"
45451
+ "$comment": "json-value"
46334
45452
  },
46335
45453
  "sources_used": {
46336
45454
  "type": "array",
46337
45455
  "items": {
46338
- "$ref": "#/components/schemas/def-1"
45456
+ "$comment": "json-value"
46339
45457
  }
46340
45458
  },
46341
45459
  "sources_missing": {
46342
45460
  "type": "array",
46343
45461
  "items": {
46344
- "$ref": "#/components/schemas/def-1"
45462
+ "$comment": "json-value"
46345
45463
  }
46346
45464
  },
46347
45465
  "brief_gaps": {
46348
45466
  "type": "array",
46349
45467
  "items": {
46350
- "$ref": "#/components/schemas/def-1"
45468
+ "$comment": "json-value"
46351
45469
  }
46352
45470
  },
46353
45471
  "confidence_score": {
@@ -46570,7 +45688,7 @@
46570
45688
  ]
46571
45689
  },
46572
45690
  "brief_input": {
46573
- "$ref": "#/components/schemas/def-1"
45691
+ "$comment": "json-value"
46574
45692
  },
46575
45693
  "status": {
46576
45694
  "anyOf": [
@@ -46601,42 +45719,42 @@
46601
45719
  ]
46602
45720
  },
46603
45721
  "platform_performance": {
46604
- "$ref": "#/components/schemas/def-1"
45722
+ "$comment": "json-value"
46605
45723
  },
46606
45724
  "tracker_attribution": {
46607
- "$ref": "#/components/schemas/def-1"
45725
+ "$comment": "json-value"
46608
45726
  },
46609
45727
  "ecommerce_data": {
46610
- "$ref": "#/components/schemas/def-1"
45728
+ "$comment": "json-value"
46611
45729
  },
46612
45730
  "business_context": {
46613
- "$ref": "#/components/schemas/def-1"
45731
+ "$comment": "json-value"
46614
45732
  },
46615
45733
  "competitor_intelligence": {
46616
- "$ref": "#/components/schemas/def-1"
45734
+ "$comment": "json-value"
46617
45735
  },
46618
45736
  "market_research": {
46619
- "$ref": "#/components/schemas/def-1"
45737
+ "$comment": "json-value"
46620
45738
  },
46621
45739
  "landing_page_analysis": {
46622
- "$ref": "#/components/schemas/def-1"
45740
+ "$comment": "json-value"
46623
45741
  },
46624
45742
  "sources_used": {
46625
45743
  "type": "array",
46626
45744
  "items": {
46627
- "$ref": "#/components/schemas/def-1"
45745
+ "$comment": "json-value"
46628
45746
  }
46629
45747
  },
46630
45748
  "sources_missing": {
46631
45749
  "type": "array",
46632
45750
  "items": {
46633
- "$ref": "#/components/schemas/def-1"
45751
+ "$comment": "json-value"
46634
45752
  }
46635
45753
  },
46636
45754
  "brief_gaps": {
46637
45755
  "type": "array",
46638
45756
  "items": {
46639
- "$ref": "#/components/schemas/def-1"
45757
+ "$comment": "json-value"
46640
45758
  }
46641
45759
  },
46642
45760
  "confidence_score": {
@@ -83882,7 +83000,7 @@
83882
83000
  "type": "string"
83883
83001
  },
83884
83002
  "default_context_schema": {
83885
- "$ref": "#/components/schemas/def-2"
83003
+ "$comment": "json-value"
83886
83004
  },
83887
83005
  "description": {
83888
83006
  "anyOf": [
@@ -83899,7 +83017,7 @@
83899
83017
  "type": "string"
83900
83018
  },
83901
83019
  "metadata": {
83902
- "$ref": "#/components/schemas/def-2"
83020
+ "$comment": "json-value"
83903
83021
  },
83904
83022
  "name": {
83905
83023
  "type": "string"
@@ -83915,7 +83033,7 @@
83915
83033
  "type": "string"
83916
83034
  },
83917
83035
  "required_input_schema": {
83918
- "$ref": "#/components/schemas/def-2"
83036
+ "$comment": "json-value"
83919
83037
  },
83920
83038
  "risk_tier": {
83921
83039
  "anyOf": [
@@ -84035,7 +83153,7 @@
84035
83153
  "type": "string"
84036
83154
  },
84037
83155
  "default_context_schema": {
84038
- "$ref": "#/components/schemas/def-2"
83156
+ "$comment": "json-value"
84039
83157
  },
84040
83158
  "description": {
84041
83159
  "anyOf": [
@@ -84049,7 +83167,7 @@
84049
83167
  ]
84050
83168
  },
84051
83169
  "metadata": {
84052
- "$ref": "#/components/schemas/def-2"
83170
+ "$comment": "json-value"
84053
83171
  },
84054
83172
  "name": {
84055
83173
  "minLength": 1,
@@ -84066,7 +83184,7 @@
84066
83184
  "type": "string"
84067
83185
  },
84068
83186
  "required_input_schema": {
84069
- "$ref": "#/components/schemas/def-2"
83187
+ "$comment": "json-value"
84070
83188
  },
84071
83189
  "risk_tier": {
84072
83190
  "anyOf": [
@@ -84176,7 +83294,7 @@
84176
83294
  "type": "string"
84177
83295
  },
84178
83296
  "default_context_schema": {
84179
- "$ref": "#/components/schemas/def-2"
83297
+ "$comment": "json-value"
84180
83298
  },
84181
83299
  "description": {
84182
83300
  "anyOf": [
@@ -84193,7 +83311,7 @@
84193
83311
  "type": "string"
84194
83312
  },
84195
83313
  "metadata": {
84196
- "$ref": "#/components/schemas/def-2"
83314
+ "$comment": "json-value"
84197
83315
  },
84198
83316
  "name": {
84199
83317
  "type": "string"
@@ -84209,7 +83327,7 @@
84209
83327
  "type": "string"
84210
83328
  },
84211
83329
  "required_input_schema": {
84212
- "$ref": "#/components/schemas/def-2"
83330
+ "$comment": "json-value"
84213
83331
  },
84214
83332
  "risk_tier": {
84215
83333
  "anyOf": [
@@ -84375,7 +83493,7 @@
84375
83493
  "type": "string"
84376
83494
  },
84377
83495
  "default_context_schema": {
84378
- "$ref": "#/components/schemas/def-2"
83496
+ "$comment": "json-value"
84379
83497
  },
84380
83498
  "description": {
84381
83499
  "anyOf": [
@@ -84389,7 +83507,7 @@
84389
83507
  ]
84390
83508
  },
84391
83509
  "metadata": {
84392
- "$ref": "#/components/schemas/def-2"
83510
+ "$comment": "json-value"
84393
83511
  },
84394
83512
  "name": {
84395
83513
  "minLength": 1,
@@ -84406,7 +83524,7 @@
84406
83524
  "type": "string"
84407
83525
  },
84408
83526
  "required_input_schema": {
84409
- "$ref": "#/components/schemas/def-2"
83527
+ "$comment": "json-value"
84410
83528
  },
84411
83529
  "risk_tier": {
84412
83530
  "anyOf": [
@@ -84494,7 +83612,7 @@
84494
83612
  "type": "string"
84495
83613
  },
84496
83614
  "default_context_schema": {
84497
- "$ref": "#/components/schemas/def-2"
83615
+ "$comment": "json-value"
84498
83616
  },
84499
83617
  "description": {
84500
83618
  "anyOf": [
@@ -84511,7 +83629,7 @@
84511
83629
  "type": "string"
84512
83630
  },
84513
83631
  "metadata": {
84514
- "$ref": "#/components/schemas/def-2"
83632
+ "$comment": "json-value"
84515
83633
  },
84516
83634
  "name": {
84517
83635
  "type": "string"
@@ -84527,7 +83645,7 @@
84527
83645
  "type": "string"
84528
83646
  },
84529
83647
  "required_input_schema": {
84530
- "$ref": "#/components/schemas/def-2"
83648
+ "$comment": "json-value"
84531
83649
  },
84532
83650
  "risk_tier": {
84533
83651
  "anyOf": [
@@ -84848,7 +83966,7 @@
84848
83966
  "type": "string"
84849
83967
  },
84850
83968
  "default_context_schema": {
84851
- "$ref": "#/components/schemas/def-2"
83969
+ "$comment": "json-value"
84852
83970
  },
84853
83971
  "description": {
84854
83972
  "anyOf": [
@@ -84865,7 +83983,7 @@
84865
83983
  "type": "string"
84866
83984
  },
84867
83985
  "metadata": {
84868
- "$ref": "#/components/schemas/def-2"
83986
+ "$comment": "json-value"
84869
83987
  },
84870
83988
  "name": {
84871
83989
  "type": "string"
@@ -84881,7 +83999,7 @@
84881
83999
  "type": "string"
84882
84000
  },
84883
84001
  "required_input_schema": {
84884
- "$ref": "#/components/schemas/def-2"
84002
+ "$comment": "json-value"
84885
84003
  },
84886
84004
  "risk_tier": {
84887
84005
  "anyOf": [
@@ -86933,7 +86051,7 @@
86933
86051
  "type": "array",
86934
86052
  "items": {
86935
86053
  "additionalProperties": {
86936
- "$ref": "#/components/schemas/def-3"
86054
+ "$comment": "json-value"
86937
86055
  },
86938
86056
  "type": "object",
86939
86057
  "required": [
@@ -86950,7 +86068,7 @@
86950
86068
  "type": "array",
86951
86069
  "items": {
86952
86070
  "additionalProperties": {
86953
- "$ref": "#/components/schemas/def-3"
86071
+ "$comment": "json-value"
86954
86072
  },
86955
86073
  "type": "object",
86956
86074
  "required": [
@@ -87013,7 +86131,7 @@
87013
86131
  "data": {
87014
86132
  "anyOf": [
87015
86133
  {
87016
- "$ref": "#/components/schemas/def-3"
86134
+ "$comment": "json-value"
87017
86135
  },
87018
86136
  {
87019
86137
  "type": "null"
@@ -88117,7 +87235,7 @@
88117
87235
  ]
88118
87236
  },
88119
87237
  "action_params": {
88120
- "$ref": "#/components/schemas/def-3"
87238
+ "$comment": "json-value"
88121
87239
  },
88122
87240
  "status": {
88123
87241
  "type": "string"
@@ -88125,7 +87243,7 @@
88125
87243
  "result_data": {
88126
87244
  "anyOf": [
88127
87245
  {
88128
- "$ref": "#/components/schemas/def-3"
87246
+ "$comment": "json-value"
88129
87247
  },
88130
87248
  {
88131
87249
  "type": "null"
@@ -88273,7 +87391,7 @@
88273
87391
  "type": "string"
88274
87392
  },
88275
87393
  "result_data": {
88276
- "$ref": "#/components/schemas/def-3"
87394
+ "$comment": "json-value"
88277
87395
  }
88278
87396
  }
88279
87397
  }
@@ -88720,7 +87838,7 @@
88720
87838
  "application/json": {
88721
87839
  "schema": {
88722
87840
  "additionalProperties": {
88723
- "$ref": "#/components/schemas/def-3"
87841
+ "$comment": "json-value"
88724
87842
  },
88725
87843
  "description": "Chat stream request. Permissive on extra fields so callers can pass provider-specific options without backend changes.",
88726
87844
  "type": "object",
@@ -88730,7 +87848,7 @@
88730
87848
  },
88731
87849
  "message": {
88732
87850
  "additionalProperties": {
88733
- "$ref": "#/components/schemas/def-3"
87851
+ "$comment": "json-value"
88734
87852
  },
88735
87853
  "description": "Single user message. Extra fields (attachments, tool results, provider hints) are forwarded as-is to the AI provider.",
88736
87854
  "type": "object",
@@ -88749,7 +87867,7 @@
88749
87867
  "type": "array",
88750
87868
  "items": {
88751
87869
  "additionalProperties": {
88752
- "$ref": "#/components/schemas/def-3"
87870
+ "$comment": "json-value"
88753
87871
  },
88754
87872
  "type": "object",
88755
87873
  "required": [
@@ -88772,7 +87890,7 @@
88772
87890
  "type": "array",
88773
87891
  "items": {
88774
87892
  "additionalProperties": {
88775
- "$ref": "#/components/schemas/def-3"
87893
+ "$comment": "json-value"
88776
87894
  },
88777
87895
  "description": "Conversation history entry. Extra fields are forwarded to the AI provider unchanged.",
88778
87896
  "type": "object",
@@ -88790,7 +87908,7 @@
88790
87908
  "type": "array",
88791
87909
  "items": {
88792
87910
  "additionalProperties": {
88793
- "$ref": "#/components/schemas/def-3"
87911
+ "$comment": "json-value"
88794
87912
  },
88795
87913
  "type": "object",
88796
87914
  "required": [
@@ -88945,7 +88063,7 @@
88945
88063
  {
88946
88064
  "type": "object",
88947
88065
  "additionalProperties": {
88948
- "$ref": "#/components/schemas/def-3"
88066
+ "$comment": "json-value"
88949
88067
  }
88950
88068
  },
88951
88069
  {
@@ -89111,7 +88229,7 @@
89111
88229
  "allOf": [
89112
88230
  {
89113
88231
  "additionalProperties": {
89114
- "$ref": "#/components/schemas/def-3"
88232
+ "$comment": "json-value"
89115
88233
  },
89116
88234
  "description": "Chat stream request. Permissive on extra fields so callers can pass provider-specific options without backend changes.",
89117
88235
  "type": "object",
@@ -89121,7 +88239,7 @@
89121
88239
  },
89122
88240
  "message": {
89123
88241
  "additionalProperties": {
89124
- "$ref": "#/components/schemas/def-3"
88242
+ "$comment": "json-value"
89125
88243
  },
89126
88244
  "description": "Single user message. Extra fields (attachments, tool results, provider hints) are forwarded as-is to the AI provider.",
89127
88245
  "type": "object",
@@ -89140,7 +88258,7 @@
89140
88258
  "type": "array",
89141
88259
  "items": {
89142
88260
  "additionalProperties": {
89143
- "$ref": "#/components/schemas/def-3"
88261
+ "$comment": "json-value"
89144
88262
  },
89145
88263
  "type": "object",
89146
88264
  "required": [
@@ -89163,7 +88281,7 @@
89163
88281
  "type": "array",
89164
88282
  "items": {
89165
88283
  "additionalProperties": {
89166
- "$ref": "#/components/schemas/def-3"
88284
+ "$comment": "json-value"
89167
88285
  },
89168
88286
  "description": "Conversation history entry. Extra fields are forwarded to the AI provider unchanged.",
89169
88287
  "type": "object",
@@ -89181,7 +88299,7 @@
89181
88299
  "type": "array",
89182
88300
  "items": {
89183
88301
  "additionalProperties": {
89184
- "$ref": "#/components/schemas/def-3"
88302
+ "$comment": "json-value"
89185
88303
  },
89186
88304
  "type": "object",
89187
88305
  "required": [
@@ -89336,7 +88454,7 @@
89336
88454
  {
89337
88455
  "type": "object",
89338
88456
  "additionalProperties": {
89339
- "$ref": "#/components/schemas/def-3"
88457
+ "$comment": "json-value"
89340
88458
  }
89341
88459
  },
89342
88460
  {
@@ -97010,7 +96128,7 @@
97010
96128
  ]
97011
96129
  },
97012
96130
  "evidence": {
97013
- "$ref": "#/components/schemas/def-4"
96131
+ "$comment": "json-value"
97014
96132
  },
97015
96133
  "id": {
97016
96134
  "type": "string"
@@ -97232,7 +96350,7 @@
97232
96350
  ]
97233
96351
  },
97234
96352
  "evidence": {
97235
- "$ref": "#/components/schemas/def-4"
96353
+ "$comment": "json-value"
97236
96354
  },
97237
96355
  "id": {
97238
96356
  "type": "string"
@@ -97473,7 +96591,7 @@
97473
96591
  ]
97474
96592
  },
97475
96593
  "evidence": {
97476
- "$ref": "#/components/schemas/def-4"
96594
+ "$comment": "json-value"
97477
96595
  },
97478
96596
  "id": {
97479
96597
  "type": "string"
@@ -97848,7 +96966,7 @@
97848
96966
  ]
97849
96967
  },
97850
96968
  "evidence": {
97851
- "$ref": "#/components/schemas/def-4"
96969
+ "$comment": "json-value"
97852
96970
  },
97853
96971
  "id": {
97854
96972
  "type": "string"
@@ -98210,16 +97328,16 @@
98210
97328
  ]
98211
97329
  },
98212
97330
  "age_gender_breakdown": {
98213
- "$ref": "#/components/schemas/def-4"
97331
+ "$comment": "json-value"
98214
97332
  },
98215
97333
  "beneficiary_payers": {
98216
- "$ref": "#/components/schemas/def-4"
97334
+ "$comment": "json-value"
98217
97335
  },
98218
97336
  "competitor_name": {
98219
97337
  "type": "string"
98220
97338
  },
98221
97339
  "creative_analysis": {
98222
- "$ref": "#/components/schemas/def-4"
97340
+ "$comment": "json-value"
98223
97341
  },
98224
97342
  "eu_total_reach": {
98225
97343
  "anyOf": [
@@ -98443,7 +97561,7 @@
98443
97561
  ]
98444
97562
  },
98445
97563
  "target_locations": {
98446
- "$ref": "#/components/schemas/def-4"
97564
+ "$comment": "json-value"
98447
97565
  },
98448
97566
  "targeting_uniform": {
98449
97567
  "anyOf": [
@@ -98657,7 +97775,7 @@
98657
97775
  ]
98658
97776
  },
98659
97777
  "metadata": {
98660
- "$ref": "#/components/schemas/def-4"
97778
+ "$comment": "json-value"
98661
97779
  },
98662
97780
  "severity": {
98663
97781
  "type": "string"
@@ -98850,7 +97968,7 @@
98850
97968
  ]
98851
97969
  },
98852
97970
  "metadata": {
98853
- "$ref": "#/components/schemas/def-4"
97971
+ "$comment": "json-value"
98854
97972
  },
98855
97973
  "severity": {
98856
97974
  "type": "string"
@@ -99078,7 +98196,7 @@
99078
98196
  ]
99079
98197
  },
99080
98198
  "metadata": {
99081
- "$ref": "#/components/schemas/def-4"
98199
+ "$comment": "json-value"
99082
98200
  },
99083
98201
  "severity": {
99084
98202
  "type": "string"
@@ -99424,7 +98542,7 @@
99424
98542
  ],
99425
98543
  "properties": {
99426
98544
  "content": {
99427
- "$ref": "#/components/schemas/def-4"
98545
+ "$comment": "json-value"
99428
98546
  },
99429
98547
  "dimension": {
99430
98548
  "type": "string"
@@ -101993,48 +101111,7 @@
101993
101111
  "metadata": {
101994
101112
  "type": "object",
101995
101113
  "additionalProperties": {
101996
- "anyOf": [
101997
- {
101998
- "type": "string"
101999
- },
102000
- {
102001
- "type": "number"
102002
- },
102003
- {
102004
- "type": "boolean"
102005
- },
102006
- {
102007
- "type": "null"
102008
- },
102009
- {
102010
- "type": "array",
102011
- "items": {
102012
- "anyOf": [
102013
- {
102014
- "type": "string"
102015
- },
102016
- {
102017
- "type": "number"
102018
- },
102019
- {
102020
- "type": "boolean"
102021
- },
102022
- {
102023
- "type": "null"
102024
- },
102025
- {
102026
- "type": "array"
102027
- },
102028
- {
102029
- "type": "object"
102030
- }
102031
- ]
102032
- }
102033
- },
102034
- {
102035
- "type": "object"
102036
- }
102037
- ]
101114
+ "$comment": "json-value"
102038
101115
  }
102039
101116
  },
102040
101117
  "created_at": {
@@ -102600,48 +101677,7 @@
102600
101677
  "metadata": {
102601
101678
  "type": "object",
102602
101679
  "additionalProperties": {
102603
- "anyOf": [
102604
- {
102605
- "type": "string"
102606
- },
102607
- {
102608
- "type": "number"
102609
- },
102610
- {
102611
- "type": "boolean"
102612
- },
102613
- {
102614
- "type": "null"
102615
- },
102616
- {
102617
- "type": "array",
102618
- "items": {
102619
- "anyOf": [
102620
- {
102621
- "type": "string"
102622
- },
102623
- {
102624
- "type": "number"
102625
- },
102626
- {
102627
- "type": "boolean"
102628
- },
102629
- {
102630
- "type": "null"
102631
- },
102632
- {
102633
- "type": "array"
102634
- },
102635
- {
102636
- "type": "object"
102637
- }
102638
- ]
102639
- }
102640
- },
102641
- {
102642
- "type": "object"
102643
- }
102644
- ]
101680
+ "$comment": "json-value"
102645
101681
  }
102646
101682
  },
102647
101683
  "created_at": {
@@ -103003,48 +102039,7 @@
103003
102039
  "metadata": {
103004
102040
  "type": "object",
103005
102041
  "additionalProperties": {
103006
- "anyOf": [
103007
- {
103008
- "type": "string"
103009
- },
103010
- {
103011
- "type": "number"
103012
- },
103013
- {
103014
- "type": "boolean"
103015
- },
103016
- {
103017
- "type": "null"
103018
- },
103019
- {
103020
- "type": "array",
103021
- "items": {
103022
- "anyOf": [
103023
- {
103024
- "type": "string"
103025
- },
103026
- {
103027
- "type": "number"
103028
- },
103029
- {
103030
- "type": "boolean"
103031
- },
103032
- {
103033
- "type": "null"
103034
- },
103035
- {
103036
- "type": "array"
103037
- },
103038
- {
103039
- "type": "object"
103040
- }
103041
- ]
103042
- }
103043
- },
103044
- {
103045
- "type": "object"
103046
- }
103047
- ]
102042
+ "$comment": "json-value"
103048
102043
  }
103049
102044
  },
103050
102045
  "created_at": {
@@ -103470,48 +102465,7 @@
103470
102465
  "metadata": {
103471
102466
  "type": "object",
103472
102467
  "additionalProperties": {
103473
- "anyOf": [
103474
- {
103475
- "type": "string"
103476
- },
103477
- {
103478
- "type": "number"
103479
- },
103480
- {
103481
- "type": "boolean"
103482
- },
103483
- {
103484
- "type": "null"
103485
- },
103486
- {
103487
- "type": "array",
103488
- "items": {
103489
- "anyOf": [
103490
- {
103491
- "type": "string"
103492
- },
103493
- {
103494
- "type": "number"
103495
- },
103496
- {
103497
- "type": "boolean"
103498
- },
103499
- {
103500
- "type": "null"
103501
- },
103502
- {
103503
- "type": "array"
103504
- },
103505
- {
103506
- "type": "object"
103507
- }
103508
- ]
103509
- }
103510
- },
103511
- {
103512
- "type": "object"
103513
- }
103514
- ]
102468
+ "$comment": "json-value"
103515
102469
  }
103516
102470
  },
103517
102471
  "created_at": {
@@ -103966,48 +102920,7 @@
103966
102920
  "metadata": {
103967
102921
  "type": "object",
103968
102922
  "additionalProperties": {
103969
- "anyOf": [
103970
- {
103971
- "type": "string"
103972
- },
103973
- {
103974
- "type": "number"
103975
- },
103976
- {
103977
- "type": "boolean"
103978
- },
103979
- {
103980
- "type": "null"
103981
- },
103982
- {
103983
- "type": "array",
103984
- "items": {
103985
- "anyOf": [
103986
- {
103987
- "type": "string"
103988
- },
103989
- {
103990
- "type": "number"
103991
- },
103992
- {
103993
- "type": "boolean"
103994
- },
103995
- {
103996
- "type": "null"
103997
- },
103998
- {
103999
- "type": "array"
104000
- },
104001
- {
104002
- "type": "object"
104003
- }
104004
- ]
104005
- }
104006
- },
104007
- {
104008
- "type": "object"
104009
- }
104010
- ]
102923
+ "$comment": "json-value"
104011
102924
  }
104012
102925
  },
104013
102926
  "created_at": {
@@ -113400,49 +112313,7 @@
113400
112313
  "metadata": {
113401
112314
  "type": "object",
113402
112315
  "additionalProperties": {
113403
- "$comment": "json-value",
113404
- "anyOf": [
113405
- {
113406
- "type": "string"
113407
- },
113408
- {
113409
- "type": "number"
113410
- },
113411
- {
113412
- "type": "boolean"
113413
- },
113414
- {
113415
- "type": "null"
113416
- },
113417
- {
113418
- "type": "array",
113419
- "items": {
113420
- "anyOf": [
113421
- {
113422
- "type": "string"
113423
- },
113424
- {
113425
- "type": "number"
113426
- },
113427
- {
113428
- "type": "boolean"
113429
- },
113430
- {
113431
- "type": "null"
113432
- },
113433
- {
113434
- "type": "array"
113435
- },
113436
- {
113437
- "type": "object"
113438
- }
113439
- ]
113440
- }
113441
- },
113442
- {
113443
- "type": "object"
113444
- }
113445
- ]
112316
+ "$comment": "json-value"
113446
112317
  }
113447
112318
  },
113448
112319
  "created_at": {
@@ -113642,49 +112513,7 @@
113642
112513
  "metadata": {
113643
112514
  "type": "object",
113644
112515
  "additionalProperties": {
113645
- "$comment": "json-value",
113646
- "anyOf": [
113647
- {
113648
- "type": "string"
113649
- },
113650
- {
113651
- "type": "number"
113652
- },
113653
- {
113654
- "type": "boolean"
113655
- },
113656
- {
113657
- "type": "null"
113658
- },
113659
- {
113660
- "type": "array",
113661
- "items": {
113662
- "anyOf": [
113663
- {
113664
- "type": "string"
113665
- },
113666
- {
113667
- "type": "number"
113668
- },
113669
- {
113670
- "type": "boolean"
113671
- },
113672
- {
113673
- "type": "null"
113674
- },
113675
- {
113676
- "type": "array"
113677
- },
113678
- {
113679
- "type": "object"
113680
- }
113681
- ]
113682
- }
113683
- },
113684
- {
113685
- "type": "object"
113686
- }
113687
- ]
112516
+ "$comment": "json-value"
113688
112517
  }
113689
112518
  }
113690
112519
  }
@@ -113810,49 +112639,7 @@
113810
112639
  "metadata": {
113811
112640
  "type": "object",
113812
112641
  "additionalProperties": {
113813
- "$comment": "json-value",
113814
- "anyOf": [
113815
- {
113816
- "type": "string"
113817
- },
113818
- {
113819
- "type": "number"
113820
- },
113821
- {
113822
- "type": "boolean"
113823
- },
113824
- {
113825
- "type": "null"
113826
- },
113827
- {
113828
- "type": "array",
113829
- "items": {
113830
- "anyOf": [
113831
- {
113832
- "type": "string"
113833
- },
113834
- {
113835
- "type": "number"
113836
- },
113837
- {
113838
- "type": "boolean"
113839
- },
113840
- {
113841
- "type": "null"
113842
- },
113843
- {
113844
- "type": "array"
113845
- },
113846
- {
113847
- "type": "object"
113848
- }
113849
- ]
113850
- }
113851
- },
113852
- {
113853
- "type": "object"
113854
- }
113855
- ]
112642
+ "$comment": "json-value"
113856
112643
  }
113857
112644
  },
113858
112645
  "created_at": {
@@ -114070,49 +112857,7 @@
114070
112857
  "metadata": {
114071
112858
  "type": "object",
114072
112859
  "additionalProperties": {
114073
- "$comment": "json-value",
114074
- "anyOf": [
114075
- {
114076
- "type": "string"
114077
- },
114078
- {
114079
- "type": "number"
114080
- },
114081
- {
114082
- "type": "boolean"
114083
- },
114084
- {
114085
- "type": "null"
114086
- },
114087
- {
114088
- "type": "array",
114089
- "items": {
114090
- "anyOf": [
114091
- {
114092
- "type": "string"
114093
- },
114094
- {
114095
- "type": "number"
114096
- },
114097
- {
114098
- "type": "boolean"
114099
- },
114100
- {
114101
- "type": "null"
114102
- },
114103
- {
114104
- "type": "array"
114105
- },
114106
- {
114107
- "type": "object"
114108
- }
114109
- ]
114110
- }
114111
- },
114112
- {
114113
- "type": "object"
114114
- }
114115
- ]
112860
+ "$comment": "json-value"
114116
112861
  }
114117
112862
  }
114118
112863
  }
@@ -114249,49 +112994,7 @@
114249
112994
  "metadata": {
114250
112995
  "type": "object",
114251
112996
  "additionalProperties": {
114252
- "$comment": "json-value",
114253
- "anyOf": [
114254
- {
114255
- "type": "string"
114256
- },
114257
- {
114258
- "type": "number"
114259
- },
114260
- {
114261
- "type": "boolean"
114262
- },
114263
- {
114264
- "type": "null"
114265
- },
114266
- {
114267
- "type": "array",
114268
- "items": {
114269
- "anyOf": [
114270
- {
114271
- "type": "string"
114272
- },
114273
- {
114274
- "type": "number"
114275
- },
114276
- {
114277
- "type": "boolean"
114278
- },
114279
- {
114280
- "type": "null"
114281
- },
114282
- {
114283
- "type": "array"
114284
- },
114285
- {
114286
- "type": "object"
114287
- }
114288
- ]
114289
- }
114290
- },
114291
- {
114292
- "type": "object"
114293
- }
114294
- ]
112997
+ "$comment": "json-value"
114295
112998
  }
114296
112999
  },
114297
113000
  "created_at": {
@@ -114620,49 +113323,7 @@
114620
113323
  "metadata": {
114621
113324
  "type": "object",
114622
113325
  "additionalProperties": {
114623
- "$comment": "json-value",
114624
- "anyOf": [
114625
- {
114626
- "type": "string"
114627
- },
114628
- {
114629
- "type": "number"
114630
- },
114631
- {
114632
- "type": "boolean"
114633
- },
114634
- {
114635
- "type": "null"
114636
- },
114637
- {
114638
- "type": "array",
114639
- "items": {
114640
- "anyOf": [
114641
- {
114642
- "type": "string"
114643
- },
114644
- {
114645
- "type": "number"
114646
- },
114647
- {
114648
- "type": "boolean"
114649
- },
114650
- {
114651
- "type": "null"
114652
- },
114653
- {
114654
- "type": "array"
114655
- },
114656
- {
114657
- "type": "object"
114658
- }
114659
- ]
114660
- }
114661
- },
114662
- {
114663
- "type": "object"
114664
- }
114665
- ]
113326
+ "$comment": "json-value"
114666
113327
  }
114667
113328
  }
114668
113329
  }
@@ -136873,7 +135534,7 @@
136873
135534
  "type": "string"
136874
135535
  },
136875
135536
  "content": {
136876
- "$ref": "#/components/schemas/def-5"
135537
+ "$comment": "json-value"
136877
135538
  },
136878
135539
  "degraded_dimensions": {
136879
135540
  "type": "array",
@@ -136959,7 +135620,7 @@
136959
135620
  "type": "string"
136960
135621
  },
136961
135622
  "content": {
136962
- "$ref": "#/components/schemas/def-5"
135623
+ "$comment": "json-value"
136963
135624
  }
136964
135625
  }
136965
135626
  }
@@ -137195,7 +135856,7 @@
137195
135856
  "type": "string"
137196
135857
  },
137197
135858
  "content": {
137198
- "$ref": "#/components/schemas/def-5"
135859
+ "$comment": "json-value"
137199
135860
  },
137200
135861
  "degraded_dimensions": {
137201
135862
  "type": "array",
@@ -137281,7 +135942,7 @@
137281
135942
  "type": "string"
137282
135943
  },
137283
135944
  "content": {
137284
- "$ref": "#/components/schemas/def-5"
135945
+ "$comment": "json-value"
137285
135946
  }
137286
135947
  }
137287
135948
  }
@@ -137888,7 +136549,7 @@
137888
136549
  ],
137889
136550
  "properties": {
137890
136551
  "body": {
137891
- "$ref": "#/components/schemas/def-6"
136552
+ "$comment": "json-value"
137892
136553
  },
137893
136554
  "endpoint": {
137894
136555
  "type": "string"
@@ -138063,7 +136724,7 @@
138063
136724
  ],
138064
136725
  "properties": {
138065
136726
  "body": {
138066
- "$ref": "#/components/schemas/def-6"
136727
+ "$comment": "json-value"
138067
136728
  },
138068
136729
  "endpoint": {
138069
136730
  "type": "string"
@@ -138330,7 +136991,7 @@
138330
136991
  ],
138331
136992
  "properties": {
138332
136993
  "body": {
138333
- "$ref": "#/components/schemas/def-6"
136994
+ "$comment": "json-value"
138334
136995
  },
138335
136996
  "endpoint": {
138336
136997
  "type": "string"
@@ -138505,7 +137166,7 @@
138505
137166
  ],
138506
137167
  "properties": {
138507
137168
  "body": {
138508
- "$ref": "#/components/schemas/def-6"
137169
+ "$comment": "json-value"
138509
137170
  },
138510
137171
  "endpoint": {
138511
137172
  "type": "string"
@@ -144115,7 +142776,7 @@
144115
142776
  "personalised_evidence": {
144116
142777
  "anyOf": [
144117
142778
  {
144118
- "$ref": "#/components/schemas/def-7"
142779
+ "$comment": "json-value"
144119
142780
  },
144120
142781
  {
144121
142782
  "type": "null"
@@ -144154,7 +142815,7 @@
144154
142815
  "data_evidence": {
144155
142816
  "anyOf": [
144156
142817
  {
144157
- "$ref": "#/components/schemas/def-7"
142818
+ "$comment": "json-value"
144158
142819
  },
144159
142820
  {
144160
142821
  "type": "null"
@@ -144391,7 +143052,7 @@
144391
143052
  "personalised_evidence": {
144392
143053
  "anyOf": [
144393
143054
  {
144394
- "$ref": "#/components/schemas/def-7"
143055
+ "$comment": "json-value"
144395
143056
  },
144396
143057
  {
144397
143058
  "type": "null"
@@ -144430,7 +143091,7 @@
144430
143091
  "data_evidence": {
144431
143092
  "anyOf": [
144432
143093
  {
144433
- "$ref": "#/components/schemas/def-7"
143094
+ "$comment": "json-value"
144434
143095
  },
144435
143096
  {
144436
143097
  "type": "null"
@@ -144658,7 +143319,7 @@
144658
143319
  "personalised_evidence": {
144659
143320
  "anyOf": [
144660
143321
  {
144661
- "$ref": "#/components/schemas/def-7"
143322
+ "$comment": "json-value"
144662
143323
  },
144663
143324
  {
144664
143325
  "type": "null"
@@ -144697,7 +143358,7 @@
144697
143358
  "data_evidence": {
144698
143359
  "anyOf": [
144699
143360
  {
144700
- "$ref": "#/components/schemas/def-7"
143361
+ "$comment": "json-value"
144701
143362
  },
144702
143363
  {
144703
143364
  "type": "null"
@@ -189759,17 +188420,7 @@
189759
188420
  "params": {
189760
188421
  "type": "object",
189761
188422
  "additionalProperties": {
189762
- "anyOf": [
189763
- {
189764
- "type": "string"
189765
- },
189766
- {
189767
- "type": "number"
189768
- },
189769
- {
189770
- "type": "boolean"
189771
- }
189772
- ]
188423
+ "$comment": "json-value"
189773
188424
  }
189774
188425
  },
189775
188426
  "severity": {
@@ -203867,7 +202518,7 @@
203867
202518
  "tags": [
203868
202519
  "smm"
203869
202520
  ],
203870
- "description": "Generates one Italian social caption for the selected platforms, respecting each platform text limit and measurement unit. The result is a draft for human review and costs 2 user-facing credits.",
202521
+ "description": "Generates one Italian social caption for the selected platforms, respecting each platform text limit and measurement unit. The result is a draft for human review and costs 20 user-facing credits.",
203871
202522
  "requestBody": {
203872
202523
  "required": true,
203873
202524
  "content": {
@@ -209200,10 +207851,10 @@
209200
207851
  ]
209201
207852
  },
209202
207853
  "evidence": {
209203
- "$ref": "#/components/schemas/def-8"
207854
+ "$comment": "json-value"
209204
207855
  },
209205
207856
  "source_freshness": {
209206
- "$ref": "#/components/schemas/def-8"
207857
+ "$comment": "json-value"
209207
207858
  },
209208
207859
  "suggested_action": {
209209
207860
  "anyOf": [
@@ -209426,10 +208077,10 @@
209426
208077
  ]
209427
208078
  },
209428
208079
  "evidence": {
209429
- "$ref": "#/components/schemas/def-8"
208080
+ "$comment": "json-value"
209430
208081
  },
209431
208082
  "source_freshness": {
209432
- "$ref": "#/components/schemas/def-8"
208083
+ "$comment": "json-value"
209433
208084
  },
209434
208085
  "suggested_action": {
209435
208086
  "anyOf": [
@@ -209715,10 +208366,10 @@
209715
208366
  ]
209716
208367
  },
209717
208368
  "evidence": {
209718
- "$ref": "#/components/schemas/def-8"
208369
+ "$comment": "json-value"
209719
208370
  },
209720
208371
  "source_freshness": {
209721
- "$ref": "#/components/schemas/def-8"
208372
+ "$comment": "json-value"
209722
208373
  },
209723
208374
  "suggested_action": {
209724
208375
  "anyOf": [
@@ -209998,10 +208649,10 @@
209998
208649
  ]
209999
208650
  },
210000
208651
  "evidence": {
210001
- "$ref": "#/components/schemas/def-8"
208652
+ "$comment": "json-value"
210002
208653
  },
210003
208654
  "source_freshness": {
210004
- "$ref": "#/components/schemas/def-8"
208655
+ "$comment": "json-value"
210005
208656
  },
210006
208657
  "suggested_action": {
210007
208658
  "anyOf": [
@@ -210215,13 +208866,13 @@
210215
208866
  "type": "string"
210216
208867
  },
210217
208868
  "content": {
210218
- "$ref": "#/components/schemas/def-8"
208869
+ "$comment": "json-value"
210219
208870
  },
210220
208871
  "evidence": {
210221
- "$ref": "#/components/schemas/def-8"
208872
+ "$comment": "json-value"
210222
208873
  },
210223
208874
  "source_freshness": {
210224
- "$ref": "#/components/schemas/def-8"
208875
+ "$comment": "json-value"
210225
208876
  },
210226
208877
  "score": {
210227
208878
  "type": "integer"
@@ -210444,13 +209095,13 @@
210444
209095
  "type": "string"
210445
209096
  },
210446
209097
  "content": {
210447
- "$ref": "#/components/schemas/def-8"
209098
+ "$comment": "json-value"
210448
209099
  },
210449
209100
  "evidence": {
210450
- "$ref": "#/components/schemas/def-8"
209101
+ "$comment": "json-value"
210451
209102
  },
210452
209103
  "source_freshness": {
210453
- "$ref": "#/components/schemas/def-8"
209104
+ "$comment": "json-value"
210454
209105
  },
210455
209106
  "score": {
210456
209107
  "type": "integer"
@@ -210634,7 +209285,7 @@
210634
209285
  "crossChannelShifts": {
210635
209286
  "type": "array",
210636
209287
  "items": {
210637
- "$ref": "#/components/schemas/def-8"
209288
+ "$comment": "json-value"
210638
209289
  }
210639
209290
  },
210640
209291
  "current": {
@@ -210713,7 +209364,7 @@
210713
209364
  "recommendations": {
210714
209365
  "type": "array",
210715
209366
  "items": {
210716
- "$ref": "#/components/schemas/def-8"
209367
+ "$comment": "json-value"
210717
209368
  }
210718
209369
  },
210719
209370
  "sourceConfidence": {
@@ -211201,7 +209852,7 @@
211201
209852
  "crossChannelShifts": {
211202
209853
  "type": "array",
211203
209854
  "items": {
211204
- "$ref": "#/components/schemas/def-8"
209855
+ "$comment": "json-value"
211205
209856
  }
211206
209857
  },
211207
209858
  "current": {
@@ -211280,7 +209931,7 @@
211280
209931
  "recommendations": {
211281
209932
  "type": "array",
211282
209933
  "items": {
211283
- "$ref": "#/components/schemas/def-8"
209934
+ "$comment": "json-value"
211284
209935
  }
211285
209936
  },
211286
209937
  "sourceConfidence": {
@@ -211389,7 +210040,7 @@
211389
210040
  "type": "string"
211390
210041
  },
211391
210042
  "content": {
211392
- "$ref": "#/components/schemas/def-8"
210043
+ "$comment": "json-value"
211393
210044
  },
211394
210045
  "degraded_dimensions": {
211395
210046
  "type": "array",
@@ -211548,10 +210199,10 @@
211548
210199
  ]
211549
210200
  },
211550
210201
  "evidence": {
211551
- "$ref": "#/components/schemas/def-8"
210202
+ "$comment": "json-value"
211552
210203
  },
211553
210204
  "source_freshness": {
211554
- "$ref": "#/components/schemas/def-8"
210205
+ "$comment": "json-value"
211555
210206
  },
211556
210207
  "suggested_action": {
211557
210208
  "anyOf": [
@@ -211678,13 +210329,13 @@
211678
210329
  "type": "string"
211679
210330
  },
211680
210331
  "content": {
211681
- "$ref": "#/components/schemas/def-8"
210332
+ "$comment": "json-value"
211682
210333
  },
211683
210334
  "evidence": {
211684
- "$ref": "#/components/schemas/def-8"
210335
+ "$comment": "json-value"
211685
210336
  },
211686
210337
  "source_freshness": {
211687
- "$ref": "#/components/schemas/def-8"
210338
+ "$comment": "json-value"
211688
210339
  },
211689
210340
  "score": {
211690
210341
  "type": "integer"
@@ -222731,26 +221382,7 @@
222731
221382
  "params": {
222732
221383
  "type": "object",
222733
221384
  "additionalProperties": {
222734
- "anyOf": [
222735
- {
222736
- "type": "string"
222737
- },
222738
- {
222739
- "type": "number"
222740
- },
222741
- {
222742
- "type": "boolean"
222743
- },
222744
- {
222745
- "type": "null"
222746
- },
222747
- {
222748
- "type": "array",
222749
- "items": {
222750
- "type": "string"
222751
- }
222752
- }
222753
- ]
221385
+ "$comment": "json-value"
222754
221386
  }
222755
221387
  },
222756
221388
  "label": {
@@ -233398,20 +232030,7 @@
233398
232030
  {
233399
232031
  "type": "object",
233400
232032
  "additionalProperties": {
233401
- "anyOf": [
233402
- {
233403
- "type": "string"
233404
- },
233405
- {
233406
- "type": "number"
233407
- },
233408
- {
233409
- "type": "boolean"
233410
- },
233411
- {
233412
- "type": "null"
233413
- }
233414
- ]
232033
+ "$comment": "json-value"
233415
232034
  }
233416
232035
  },
233417
232036
  {