Stytch · Schema

api_fraud_v1_VerdictReasonOverride

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
verdict_reason string The verdict reason that was overridden.
override_action object The action that was applied for the given verdict reason.
View JSON Schema on GitHub

JSON Schema

stytch-api-fraud-v1-verdictreasonoverride-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/api_fraud_v1_VerdictReasonOverride",
  "title": "api_fraud_v1_VerdictReasonOverride",
  "type": "object",
  "properties": {
    "verdict_reason": {
      "type": "string",
      "description": "The verdict reason that was overridden."
    },
    "override_action": {
      "$ref": "#/components/schemas/api_fraud_v1_VerdictReasonOverrideAction",
      "description": "The action that was applied for the given verdict reason."
    }
  },
  "required": [
    "verdict_reason",
    "override_action"
  ]
}