You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The browser signature resembles an "anti-detect" browser specifically designed to evade fingerprinting (see `tampering_details.anti_detect_browser`).
1500
1492
TamperingDetails:
1501
1493
type: object
1502
-
additionalProperties: false
1503
1494
properties:
1504
1495
anomaly_score:
1505
1496
type: number
@@ -1527,7 +1518,6 @@ components:
1527
1518
description: >
1528
1519
Is absent if the velocity data could not be generated for the visitor
1529
1520
Id.
1530
-
additionalProperties: false
1531
1521
required:
1532
1522
- 5_minutes
1533
1523
- 1_hour
@@ -1591,7 +1581,6 @@ components:
1591
1581
if the
1592
1582
1593
1583
associated event does not have the required data, such as a linked_id.
1594
-
additionalProperties: false
1595
1584
properties:
1596
1585
distinct_ip:
1597
1586
$ref: '#/components/schemas/VelocityData'
@@ -1637,7 +1626,6 @@ components:
1637
1626
format or unknown).
1638
1627
VpnMethods:
1639
1628
type: object
1640
-
additionalProperties: false
1641
1629
properties:
1642
1630
timezone_mismatch:
1643
1631
type: boolean
@@ -1703,7 +1691,6 @@ components:
1703
1691
Baseline measurement of canonical fonts rendered on the device. Numeric
1704
1692
width metrics, in CSS pixels, for the canonical fonts collected by the
1705
1693
agent.
1706
-
additionalProperties: false
1707
1694
properties:
1708
1695
default:
1709
1696
type: number
@@ -1729,7 +1716,6 @@ components:
1729
1716
Emoji:
1730
1717
type: object
1731
1718
description: Bounding box metrics describing how the emoji glyph renders.
1732
-
additionalProperties: false
1733
1719
properties:
1734
1720
font:
1735
1721
type: string
@@ -1780,7 +1766,6 @@ components:
1780
1766
Canvas:
1781
1767
type: object
1782
1768
description: Canvas fingerprint containing winding flag plus geometry/text hashes.
1783
-
additionalProperties: false
1784
1769
properties:
1785
1770
winding:
1786
1771
type: boolean
@@ -1803,7 +1788,6 @@ components:
1803
1788
WebGlExtensions:
1804
1789
type: object
1805
1790
description: Hashes of WebGL context attributes and extension support.
1806
-
additionalProperties: false
1807
1791
properties:
1808
1792
context_attributes:
1809
1793
type: string
@@ -1822,7 +1806,6 @@ components:
1822
1806
WebGlBasics:
1823
1807
type: object
1824
1808
description: Render and vendor strings reported by the WebGL context.
1825
-
additionalProperties: false
1826
1809
properties:
1827
1810
version:
1828
1811
type: string
@@ -1847,7 +1830,6 @@ components:
1847
1830
TouchSupport:
1848
1831
type: object
1849
1832
description: Browser-reported touch capabilities.
1850
-
additionalProperties: false
1851
1833
properties:
1852
1834
touch_event:
1853
1835
type: boolean
@@ -1910,7 +1892,6 @@ components:
1910
1892
description: Browser plugins reported by `navigator.plugins`.
1911
1893
items:
1912
1894
type: object
1913
-
additionalProperties: false
1914
1895
properties:
1915
1896
name:
1916
1897
type: string
@@ -1920,7 +1901,6 @@ components:
1920
1901
type: array
1921
1902
items:
1922
1903
type: object
1923
-
additionalProperties: false
1924
1904
properties:
1925
1905
type:
1926
1906
type: string
@@ -1942,7 +1922,6 @@ components:
1942
1922
A curated subset of raw browser/device attributes that the API surface
1943
1923
exposes. Each property contains a value or object with the data for the
1944
1924
collected signal.
1945
-
additionalProperties: false
1946
1925
properties:
1947
1926
font_preferences:
1948
1927
$ref: '#/components/schemas/FontPreferences'
@@ -1999,7 +1978,6 @@ components:
1999
1978
description: >-
2000
1979
Contains results from Fingerprint Identification and all active Smart
2001
1980
Signals.
2002
-
additionalProperties: false
2003
1981
required:
2004
1982
- event_id
2005
1983
- timestamp
@@ -2337,7 +2315,6 @@ components:
2337
2315
existed or it has been deleted.
2338
2316
Error:
2339
2317
type: object
2340
-
additionalProperties: false
2341
2318
required:
2342
2319
- code
2343
2320
- message
@@ -2348,7 +2325,6 @@ components:
2348
2325
type: string
2349
2326
ErrorResponse:
2350
2327
type: object
2351
-
additionalProperties: false
2352
2328
required:
2353
2329
- error
2354
2330
properties:
@@ -2365,7 +2341,6 @@ components:
2365
2341
description: >-
2366
2342
A customer-provided value or an object that was sent with the
2367
2343
identification request or updated later.
2368
-
additionalProperties: true
2369
2344
suspect:
2370
2345
type: boolean
2371
2346
description: Suspect flag indicating observed suspicious or fraudulent event
@@ -2375,7 +2350,6 @@ components:
2375
2350
description: >-
2376
2351
Contains a list of all identification events matching the specified
0 commit comments