Auth0 · Schema

FlowActionSendgridSendEmailParamsPerson

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
name string
email string
View JSON Schema on GitHub

JSON Schema

auth0-flowactionsendgridsendemailparamsperson-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FlowActionSendgridSendEmailParamsPerson",
  "title": "FlowActionSendgridSendEmailParamsPerson",
  "type": "object",
  "additionalProperties": false,
  "required": [
    "email"
  ],
  "properties": {
    "name": {
      "type": "string"
    },
    "email": {
      "type": "string"
    }
  }
}