@walkeros/server-transformer-bot 4.1.0 → 4.1.1
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.
- package/CHANGELOG.md +15 -0
- package/README.md +44 -26
- package/dist/dev.d.mts +66 -22
- package/dist/dev.d.ts +66 -22
- package/dist/dev.js +1 -1
- package/dist/dev.js.map +1 -1
- package/dist/dev.mjs +1 -1
- package/dist/dev.mjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/walkerOS.json +474 -144
- package/package.json +2 -5
package/dist/walkerOS.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$meta": {
|
|
3
3
|
"package": "@walkeros/server-transformer-bot",
|
|
4
|
-
"version": "4.1.
|
|
4
|
+
"version": "4.1.1",
|
|
5
5
|
"type": "transformer",
|
|
6
6
|
"platform": [
|
|
7
7
|
"server"
|
|
@@ -21,242 +21,572 @@
|
|
|
21
21
|
"userAgent": {
|
|
22
22
|
"anyOf": [
|
|
23
23
|
{
|
|
24
|
-
"
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
"type": "object",
|
|
29
|
-
"properties": {
|
|
30
|
-
"key": {
|
|
31
|
-
"type": "string"
|
|
24
|
+
"anyOf": [
|
|
25
|
+
{
|
|
26
|
+
"type": "string",
|
|
27
|
+
"description": "Dot-notation path like \"ingest.userAgent\""
|
|
32
28
|
},
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
"
|
|
29
|
+
{
|
|
30
|
+
"type": "object",
|
|
31
|
+
"properties": {
|
|
32
|
+
"key": {
|
|
33
|
+
"type": "string"
|
|
34
|
+
},
|
|
35
|
+
"value": {},
|
|
36
|
+
"fn": {
|
|
37
|
+
"type": "string"
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
"additionalProperties": false,
|
|
41
|
+
"description": "Mapping value object"
|
|
36
42
|
}
|
|
43
|
+
]
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"type": "array",
|
|
47
|
+
"items": {
|
|
48
|
+
"anyOf": [
|
|
49
|
+
{
|
|
50
|
+
"type": "string",
|
|
51
|
+
"description": "Dot-notation path like \"ingest.userAgent\""
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"type": "object",
|
|
55
|
+
"properties": {
|
|
56
|
+
"key": {
|
|
57
|
+
"type": "string"
|
|
58
|
+
},
|
|
59
|
+
"value": {},
|
|
60
|
+
"fn": {
|
|
61
|
+
"type": "string"
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
"additionalProperties": false,
|
|
65
|
+
"description": "Mapping value object"
|
|
66
|
+
}
|
|
67
|
+
]
|
|
37
68
|
},
|
|
38
|
-
"
|
|
39
|
-
"description": "Mapping value object"
|
|
69
|
+
"description": "Array of fallback values, tried in order"
|
|
40
70
|
}
|
|
41
71
|
]
|
|
42
72
|
},
|
|
43
73
|
"ip": {
|
|
44
74
|
"anyOf": [
|
|
45
75
|
{
|
|
46
|
-
"
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
"type": "object",
|
|
51
|
-
"properties": {
|
|
52
|
-
"key": {
|
|
53
|
-
"type": "string"
|
|
76
|
+
"anyOf": [
|
|
77
|
+
{
|
|
78
|
+
"type": "string",
|
|
79
|
+
"description": "Dot-notation path like \"ingest.userAgent\""
|
|
54
80
|
},
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
"
|
|
81
|
+
{
|
|
82
|
+
"type": "object",
|
|
83
|
+
"properties": {
|
|
84
|
+
"key": {
|
|
85
|
+
"type": "string"
|
|
86
|
+
},
|
|
87
|
+
"value": {},
|
|
88
|
+
"fn": {
|
|
89
|
+
"type": "string"
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
"additionalProperties": false,
|
|
93
|
+
"description": "Mapping value object"
|
|
58
94
|
}
|
|
95
|
+
]
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"type": "array",
|
|
99
|
+
"items": {
|
|
100
|
+
"anyOf": [
|
|
101
|
+
{
|
|
102
|
+
"type": "string",
|
|
103
|
+
"description": "Dot-notation path like \"ingest.userAgent\""
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"type": "object",
|
|
107
|
+
"properties": {
|
|
108
|
+
"key": {
|
|
109
|
+
"type": "string"
|
|
110
|
+
},
|
|
111
|
+
"value": {},
|
|
112
|
+
"fn": {
|
|
113
|
+
"type": "string"
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
"additionalProperties": false,
|
|
117
|
+
"description": "Mapping value object"
|
|
118
|
+
}
|
|
119
|
+
]
|
|
59
120
|
},
|
|
60
|
-
"
|
|
61
|
-
"description": "Mapping value object"
|
|
121
|
+
"description": "Array of fallback values, tried in order"
|
|
62
122
|
}
|
|
63
123
|
]
|
|
64
124
|
},
|
|
65
125
|
"acceptLanguage": {
|
|
66
126
|
"anyOf": [
|
|
67
127
|
{
|
|
68
|
-
"
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
"type": "object",
|
|
73
|
-
"properties": {
|
|
74
|
-
"key": {
|
|
75
|
-
"type": "string"
|
|
128
|
+
"anyOf": [
|
|
129
|
+
{
|
|
130
|
+
"type": "string",
|
|
131
|
+
"description": "Dot-notation path like \"ingest.userAgent\""
|
|
76
132
|
},
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
"
|
|
133
|
+
{
|
|
134
|
+
"type": "object",
|
|
135
|
+
"properties": {
|
|
136
|
+
"key": {
|
|
137
|
+
"type": "string"
|
|
138
|
+
},
|
|
139
|
+
"value": {},
|
|
140
|
+
"fn": {
|
|
141
|
+
"type": "string"
|
|
142
|
+
}
|
|
143
|
+
},
|
|
144
|
+
"additionalProperties": false,
|
|
145
|
+
"description": "Mapping value object"
|
|
80
146
|
}
|
|
147
|
+
]
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"type": "array",
|
|
151
|
+
"items": {
|
|
152
|
+
"anyOf": [
|
|
153
|
+
{
|
|
154
|
+
"type": "string",
|
|
155
|
+
"description": "Dot-notation path like \"ingest.userAgent\""
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"type": "object",
|
|
159
|
+
"properties": {
|
|
160
|
+
"key": {
|
|
161
|
+
"type": "string"
|
|
162
|
+
},
|
|
163
|
+
"value": {},
|
|
164
|
+
"fn": {
|
|
165
|
+
"type": "string"
|
|
166
|
+
}
|
|
167
|
+
},
|
|
168
|
+
"additionalProperties": false,
|
|
169
|
+
"description": "Mapping value object"
|
|
170
|
+
}
|
|
171
|
+
]
|
|
81
172
|
},
|
|
82
|
-
"
|
|
83
|
-
"description": "Mapping value object"
|
|
173
|
+
"description": "Array of fallback values, tried in order"
|
|
84
174
|
}
|
|
85
175
|
]
|
|
86
176
|
},
|
|
87
177
|
"acceptEncoding": {
|
|
88
178
|
"anyOf": [
|
|
89
179
|
{
|
|
90
|
-
"
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
"type": "object",
|
|
95
|
-
"properties": {
|
|
96
|
-
"key": {
|
|
97
|
-
"type": "string"
|
|
180
|
+
"anyOf": [
|
|
181
|
+
{
|
|
182
|
+
"type": "string",
|
|
183
|
+
"description": "Dot-notation path like \"ingest.userAgent\""
|
|
98
184
|
},
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
"
|
|
185
|
+
{
|
|
186
|
+
"type": "object",
|
|
187
|
+
"properties": {
|
|
188
|
+
"key": {
|
|
189
|
+
"type": "string"
|
|
190
|
+
},
|
|
191
|
+
"value": {},
|
|
192
|
+
"fn": {
|
|
193
|
+
"type": "string"
|
|
194
|
+
}
|
|
195
|
+
},
|
|
196
|
+
"additionalProperties": false,
|
|
197
|
+
"description": "Mapping value object"
|
|
102
198
|
}
|
|
199
|
+
]
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"type": "array",
|
|
203
|
+
"items": {
|
|
204
|
+
"anyOf": [
|
|
205
|
+
{
|
|
206
|
+
"type": "string",
|
|
207
|
+
"description": "Dot-notation path like \"ingest.userAgent\""
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"type": "object",
|
|
211
|
+
"properties": {
|
|
212
|
+
"key": {
|
|
213
|
+
"type": "string"
|
|
214
|
+
},
|
|
215
|
+
"value": {},
|
|
216
|
+
"fn": {
|
|
217
|
+
"type": "string"
|
|
218
|
+
}
|
|
219
|
+
},
|
|
220
|
+
"additionalProperties": false,
|
|
221
|
+
"description": "Mapping value object"
|
|
222
|
+
}
|
|
223
|
+
]
|
|
103
224
|
},
|
|
104
|
-
"
|
|
105
|
-
"description": "Mapping value object"
|
|
225
|
+
"description": "Array of fallback values, tried in order"
|
|
106
226
|
}
|
|
107
227
|
]
|
|
108
228
|
},
|
|
109
229
|
"secFetchSite": {
|
|
110
230
|
"anyOf": [
|
|
111
231
|
{
|
|
112
|
-
"
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
"type": "object",
|
|
117
|
-
"properties": {
|
|
118
|
-
"key": {
|
|
119
|
-
"type": "string"
|
|
232
|
+
"anyOf": [
|
|
233
|
+
{
|
|
234
|
+
"type": "string",
|
|
235
|
+
"description": "Dot-notation path like \"ingest.userAgent\""
|
|
120
236
|
},
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
"
|
|
237
|
+
{
|
|
238
|
+
"type": "object",
|
|
239
|
+
"properties": {
|
|
240
|
+
"key": {
|
|
241
|
+
"type": "string"
|
|
242
|
+
},
|
|
243
|
+
"value": {},
|
|
244
|
+
"fn": {
|
|
245
|
+
"type": "string"
|
|
246
|
+
}
|
|
247
|
+
},
|
|
248
|
+
"additionalProperties": false,
|
|
249
|
+
"description": "Mapping value object"
|
|
124
250
|
}
|
|
251
|
+
]
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"type": "array",
|
|
255
|
+
"items": {
|
|
256
|
+
"anyOf": [
|
|
257
|
+
{
|
|
258
|
+
"type": "string",
|
|
259
|
+
"description": "Dot-notation path like \"ingest.userAgent\""
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
"type": "object",
|
|
263
|
+
"properties": {
|
|
264
|
+
"key": {
|
|
265
|
+
"type": "string"
|
|
266
|
+
},
|
|
267
|
+
"value": {},
|
|
268
|
+
"fn": {
|
|
269
|
+
"type": "string"
|
|
270
|
+
}
|
|
271
|
+
},
|
|
272
|
+
"additionalProperties": false,
|
|
273
|
+
"description": "Mapping value object"
|
|
274
|
+
}
|
|
275
|
+
]
|
|
125
276
|
},
|
|
126
|
-
"
|
|
127
|
-
"description": "Mapping value object"
|
|
277
|
+
"description": "Array of fallback values, tried in order"
|
|
128
278
|
}
|
|
129
279
|
]
|
|
130
280
|
},
|
|
131
281
|
"secFetchMode": {
|
|
132
282
|
"anyOf": [
|
|
133
283
|
{
|
|
134
|
-
"
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
"type": "object",
|
|
139
|
-
"properties": {
|
|
140
|
-
"key": {
|
|
141
|
-
"type": "string"
|
|
284
|
+
"anyOf": [
|
|
285
|
+
{
|
|
286
|
+
"type": "string",
|
|
287
|
+
"description": "Dot-notation path like \"ingest.userAgent\""
|
|
142
288
|
},
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
"
|
|
289
|
+
{
|
|
290
|
+
"type": "object",
|
|
291
|
+
"properties": {
|
|
292
|
+
"key": {
|
|
293
|
+
"type": "string"
|
|
294
|
+
},
|
|
295
|
+
"value": {},
|
|
296
|
+
"fn": {
|
|
297
|
+
"type": "string"
|
|
298
|
+
}
|
|
299
|
+
},
|
|
300
|
+
"additionalProperties": false,
|
|
301
|
+
"description": "Mapping value object"
|
|
146
302
|
}
|
|
303
|
+
]
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"type": "array",
|
|
307
|
+
"items": {
|
|
308
|
+
"anyOf": [
|
|
309
|
+
{
|
|
310
|
+
"type": "string",
|
|
311
|
+
"description": "Dot-notation path like \"ingest.userAgent\""
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"type": "object",
|
|
315
|
+
"properties": {
|
|
316
|
+
"key": {
|
|
317
|
+
"type": "string"
|
|
318
|
+
},
|
|
319
|
+
"value": {},
|
|
320
|
+
"fn": {
|
|
321
|
+
"type": "string"
|
|
322
|
+
}
|
|
323
|
+
},
|
|
324
|
+
"additionalProperties": false,
|
|
325
|
+
"description": "Mapping value object"
|
|
326
|
+
}
|
|
327
|
+
]
|
|
147
328
|
},
|
|
148
|
-
"
|
|
149
|
-
"description": "Mapping value object"
|
|
329
|
+
"description": "Array of fallback values, tried in order"
|
|
150
330
|
}
|
|
151
331
|
]
|
|
152
332
|
},
|
|
153
333
|
"secFetchDest": {
|
|
154
334
|
"anyOf": [
|
|
155
335
|
{
|
|
156
|
-
"
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
"type": "object",
|
|
161
|
-
"properties": {
|
|
162
|
-
"key": {
|
|
163
|
-
"type": "string"
|
|
336
|
+
"anyOf": [
|
|
337
|
+
{
|
|
338
|
+
"type": "string",
|
|
339
|
+
"description": "Dot-notation path like \"ingest.userAgent\""
|
|
164
340
|
},
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
"
|
|
341
|
+
{
|
|
342
|
+
"type": "object",
|
|
343
|
+
"properties": {
|
|
344
|
+
"key": {
|
|
345
|
+
"type": "string"
|
|
346
|
+
},
|
|
347
|
+
"value": {},
|
|
348
|
+
"fn": {
|
|
349
|
+
"type": "string"
|
|
350
|
+
}
|
|
351
|
+
},
|
|
352
|
+
"additionalProperties": false,
|
|
353
|
+
"description": "Mapping value object"
|
|
168
354
|
}
|
|
355
|
+
]
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
"type": "array",
|
|
359
|
+
"items": {
|
|
360
|
+
"anyOf": [
|
|
361
|
+
{
|
|
362
|
+
"type": "string",
|
|
363
|
+
"description": "Dot-notation path like \"ingest.userAgent\""
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
"type": "object",
|
|
367
|
+
"properties": {
|
|
368
|
+
"key": {
|
|
369
|
+
"type": "string"
|
|
370
|
+
},
|
|
371
|
+
"value": {},
|
|
372
|
+
"fn": {
|
|
373
|
+
"type": "string"
|
|
374
|
+
}
|
|
375
|
+
},
|
|
376
|
+
"additionalProperties": false,
|
|
377
|
+
"description": "Mapping value object"
|
|
378
|
+
}
|
|
379
|
+
]
|
|
169
380
|
},
|
|
170
|
-
"
|
|
171
|
-
"description": "Mapping value object"
|
|
381
|
+
"description": "Array of fallback values, tried in order"
|
|
172
382
|
}
|
|
173
383
|
]
|
|
174
384
|
},
|
|
175
385
|
"secFetchUser": {
|
|
176
386
|
"anyOf": [
|
|
177
387
|
{
|
|
178
|
-
"
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
"type": "object",
|
|
183
|
-
"properties": {
|
|
184
|
-
"key": {
|
|
185
|
-
"type": "string"
|
|
388
|
+
"anyOf": [
|
|
389
|
+
{
|
|
390
|
+
"type": "string",
|
|
391
|
+
"description": "Dot-notation path like \"ingest.userAgent\""
|
|
186
392
|
},
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
"
|
|
393
|
+
{
|
|
394
|
+
"type": "object",
|
|
395
|
+
"properties": {
|
|
396
|
+
"key": {
|
|
397
|
+
"type": "string"
|
|
398
|
+
},
|
|
399
|
+
"value": {},
|
|
400
|
+
"fn": {
|
|
401
|
+
"type": "string"
|
|
402
|
+
}
|
|
403
|
+
},
|
|
404
|
+
"additionalProperties": false,
|
|
405
|
+
"description": "Mapping value object"
|
|
190
406
|
}
|
|
407
|
+
]
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"type": "array",
|
|
411
|
+
"items": {
|
|
412
|
+
"anyOf": [
|
|
413
|
+
{
|
|
414
|
+
"type": "string",
|
|
415
|
+
"description": "Dot-notation path like \"ingest.userAgent\""
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"type": "object",
|
|
419
|
+
"properties": {
|
|
420
|
+
"key": {
|
|
421
|
+
"type": "string"
|
|
422
|
+
},
|
|
423
|
+
"value": {},
|
|
424
|
+
"fn": {
|
|
425
|
+
"type": "string"
|
|
426
|
+
}
|
|
427
|
+
},
|
|
428
|
+
"additionalProperties": false,
|
|
429
|
+
"description": "Mapping value object"
|
|
430
|
+
}
|
|
431
|
+
]
|
|
191
432
|
},
|
|
192
|
-
"
|
|
193
|
-
"description": "Mapping value object"
|
|
433
|
+
"description": "Array of fallback values, tried in order"
|
|
194
434
|
}
|
|
195
435
|
]
|
|
196
436
|
},
|
|
197
437
|
"secChUa": {
|
|
198
438
|
"anyOf": [
|
|
199
439
|
{
|
|
200
|
-
"
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
"type": "object",
|
|
205
|
-
"properties": {
|
|
206
|
-
"key": {
|
|
207
|
-
"type": "string"
|
|
440
|
+
"anyOf": [
|
|
441
|
+
{
|
|
442
|
+
"type": "string",
|
|
443
|
+
"description": "Dot-notation path like \"ingest.userAgent\""
|
|
208
444
|
},
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
"
|
|
445
|
+
{
|
|
446
|
+
"type": "object",
|
|
447
|
+
"properties": {
|
|
448
|
+
"key": {
|
|
449
|
+
"type": "string"
|
|
450
|
+
},
|
|
451
|
+
"value": {},
|
|
452
|
+
"fn": {
|
|
453
|
+
"type": "string"
|
|
454
|
+
}
|
|
455
|
+
},
|
|
456
|
+
"additionalProperties": false,
|
|
457
|
+
"description": "Mapping value object"
|
|
212
458
|
}
|
|
459
|
+
]
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"type": "array",
|
|
463
|
+
"items": {
|
|
464
|
+
"anyOf": [
|
|
465
|
+
{
|
|
466
|
+
"type": "string",
|
|
467
|
+
"description": "Dot-notation path like \"ingest.userAgent\""
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
"type": "object",
|
|
471
|
+
"properties": {
|
|
472
|
+
"key": {
|
|
473
|
+
"type": "string"
|
|
474
|
+
},
|
|
475
|
+
"value": {},
|
|
476
|
+
"fn": {
|
|
477
|
+
"type": "string"
|
|
478
|
+
}
|
|
479
|
+
},
|
|
480
|
+
"additionalProperties": false,
|
|
481
|
+
"description": "Mapping value object"
|
|
482
|
+
}
|
|
483
|
+
]
|
|
213
484
|
},
|
|
214
|
-
"
|
|
215
|
-
"description": "Mapping value object"
|
|
485
|
+
"description": "Array of fallback values, tried in order"
|
|
216
486
|
}
|
|
217
487
|
]
|
|
218
488
|
},
|
|
219
489
|
"secChUaMobile": {
|
|
220
490
|
"anyOf": [
|
|
221
491
|
{
|
|
222
|
-
"
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
"type": "object",
|
|
227
|
-
"properties": {
|
|
228
|
-
"key": {
|
|
229
|
-
"type": "string"
|
|
492
|
+
"anyOf": [
|
|
493
|
+
{
|
|
494
|
+
"type": "string",
|
|
495
|
+
"description": "Dot-notation path like \"ingest.userAgent\""
|
|
230
496
|
},
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
"
|
|
497
|
+
{
|
|
498
|
+
"type": "object",
|
|
499
|
+
"properties": {
|
|
500
|
+
"key": {
|
|
501
|
+
"type": "string"
|
|
502
|
+
},
|
|
503
|
+
"value": {},
|
|
504
|
+
"fn": {
|
|
505
|
+
"type": "string"
|
|
506
|
+
}
|
|
507
|
+
},
|
|
508
|
+
"additionalProperties": false,
|
|
509
|
+
"description": "Mapping value object"
|
|
234
510
|
}
|
|
511
|
+
]
|
|
512
|
+
},
|
|
513
|
+
{
|
|
514
|
+
"type": "array",
|
|
515
|
+
"items": {
|
|
516
|
+
"anyOf": [
|
|
517
|
+
{
|
|
518
|
+
"type": "string",
|
|
519
|
+
"description": "Dot-notation path like \"ingest.userAgent\""
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"type": "object",
|
|
523
|
+
"properties": {
|
|
524
|
+
"key": {
|
|
525
|
+
"type": "string"
|
|
526
|
+
},
|
|
527
|
+
"value": {},
|
|
528
|
+
"fn": {
|
|
529
|
+
"type": "string"
|
|
530
|
+
}
|
|
531
|
+
},
|
|
532
|
+
"additionalProperties": false,
|
|
533
|
+
"description": "Mapping value object"
|
|
534
|
+
}
|
|
535
|
+
]
|
|
235
536
|
},
|
|
236
|
-
"
|
|
237
|
-
"description": "Mapping value object"
|
|
537
|
+
"description": "Array of fallback values, tried in order"
|
|
238
538
|
}
|
|
239
539
|
]
|
|
240
540
|
},
|
|
241
541
|
"secChUaPlatform": {
|
|
242
542
|
"anyOf": [
|
|
243
543
|
{
|
|
244
|
-
"
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
"type": "object",
|
|
249
|
-
"properties": {
|
|
250
|
-
"key": {
|
|
251
|
-
"type": "string"
|
|
544
|
+
"anyOf": [
|
|
545
|
+
{
|
|
546
|
+
"type": "string",
|
|
547
|
+
"description": "Dot-notation path like \"ingest.userAgent\""
|
|
252
548
|
},
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
"
|
|
549
|
+
{
|
|
550
|
+
"type": "object",
|
|
551
|
+
"properties": {
|
|
552
|
+
"key": {
|
|
553
|
+
"type": "string"
|
|
554
|
+
},
|
|
555
|
+
"value": {},
|
|
556
|
+
"fn": {
|
|
557
|
+
"type": "string"
|
|
558
|
+
}
|
|
559
|
+
},
|
|
560
|
+
"additionalProperties": false,
|
|
561
|
+
"description": "Mapping value object"
|
|
256
562
|
}
|
|
563
|
+
]
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
"type": "array",
|
|
567
|
+
"items": {
|
|
568
|
+
"anyOf": [
|
|
569
|
+
{
|
|
570
|
+
"type": "string",
|
|
571
|
+
"description": "Dot-notation path like \"ingest.userAgent\""
|
|
572
|
+
},
|
|
573
|
+
{
|
|
574
|
+
"type": "object",
|
|
575
|
+
"properties": {
|
|
576
|
+
"key": {
|
|
577
|
+
"type": "string"
|
|
578
|
+
},
|
|
579
|
+
"value": {},
|
|
580
|
+
"fn": {
|
|
581
|
+
"type": "string"
|
|
582
|
+
}
|
|
583
|
+
},
|
|
584
|
+
"additionalProperties": false,
|
|
585
|
+
"description": "Mapping value object"
|
|
586
|
+
}
|
|
587
|
+
]
|
|
257
588
|
},
|
|
258
|
-
"
|
|
259
|
-
"description": "Mapping value object"
|
|
589
|
+
"description": "Array of fallback values, tried in order"
|
|
260
590
|
}
|
|
261
591
|
]
|
|
262
592
|
}
|