Stytch · Schema

api_b2b_scim_v1_Group

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
value string
display string
View JSON Schema on GitHub

JSON Schema

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