Stytch · Schema

api_attribute_v1_Attributes

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
ip_address string The IP address of the user.
user_agent string The user agent of the User.
View JSON Schema on GitHub

JSON Schema

stytch-api-attribute-v1-attributes-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/api_attribute_v1_Attributes",
  "title": "api_attribute_v1_Attributes",
  "type": "object",
  "properties": {
    "ip_address": {
      "type": "string",
      "description": "The IP address of the user."
    },
    "user_agent": {
      "type": "string",
      "description": "The user agent of the User."
    }
  }
}