Stytch · Schema

api_fraud_v1_Properties

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
network_properties object
browser_properties object
View JSON Schema on GitHub

JSON Schema

stytch-api-fraud-v1-properties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/api_fraud_v1_Properties",
  "title": "api_fraud_v1_Properties",
  "type": "object",
  "properties": {
    "network_properties": {
      "$ref": "#/components/schemas/api_fraud_v1_NetworkProperties"
    },
    "browser_properties": {
      "$ref": "#/components/schemas/api_fraud_v1_BrowserProperties"
    }
  },
  "required": [
    "network_properties",
    "browser_properties"
  ]
}