Stytch · Schema

api_fraud_v1_ASNProperties

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
asn string The Autonomous System Number of the user's network.
name string Public name associated with the ASN.
network string The CIDR block associated with the ASN.
View JSON Schema on GitHub

JSON Schema

stytch-api-fraud-v1-asnproperties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/api_fraud_v1_ASNProperties",
  "title": "api_fraud_v1_ASNProperties",
  "type": "object",
  "properties": {
    "asn": {
      "type": "string",
      "description": "The Autonomous System Number of the user's network."
    },
    "name": {
      "type": "string",
      "description": "Public name associated with the ASN."
    },
    "network": {
      "type": "string",
      "description": "The CIDR block associated with the ASN."
    }
  },
  "required": [
    "asn",
    "name",
    "network"
  ]
}