Stytch · Schema

api_b2b_scim_v1_Email

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
value string
type string
primary boolean
View JSON Schema on GitHub

JSON Schema

stytch-api-b2b-scim-v1-email-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/api_b2b_scim_v1_Email",
  "title": "api_b2b_scim_v1_Email",
  "type": "object",
  "properties": {
    "value": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "primary": {
      "type": "boolean"
    }
  },
  "required": [
    "value",
    "type",
    "primary"
  ]
}