diff --git a/openapi/components/schemas/RiskMetadata.yaml b/openapi/components/schemas/RiskMetadata.yaml index 37034567d9..af8e77f87a 100644 --- a/openapi/components/schemas/RiskMetadata.yaml +++ b/openapi/components/schemas/RiskMetadata.yaml @@ -222,6 +222,10 @@ properties: description: Number of declined transactions for this payment instrument fingerprint in the last 24 hours. type: integer readOnly: true + isBot: + description: Specifies if the visitor session is identified as a bot. + type: boolean + readOnly: true deviceVelocity: description: Number of transactions for this device, based on fingerprint, in the last 24 hours. type: integer