Stytch · Schema

pwa_environment_v3_Metrics

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
user_count integer
organization_count integer
member_count integer
m2m_client_count integer
View JSON Schema on GitHub

JSON Schema

stytch-pwa-environment-v3-metrics-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/pwa_environment_v3_Metrics",
  "title": "pwa_environment_v3_Metrics",
  "type": "object",
  "properties": {
    "user_count": {
      "type": "integer",
      "format": "int32",
      "minimum": 0
    },
    "organization_count": {
      "type": "integer",
      "format": "int32",
      "minimum": 0
    },
    "member_count": {
      "type": "integer",
      "format": "int32",
      "minimum": 0
    },
    "m2m_client_count": {
      "type": "integer",
      "format": "int32",
      "minimum": 0
    }
  },
  "required": [
    "user_count",
    "organization_count",
    "member_count",
    "m2m_client_count"
  ]
}