Stytch · Schema

pwa_email_template_v3_CustomHTMLCustomization

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
template_type object
html_content string
plaintext_content string
subject string
View JSON Schema on GitHub

JSON Schema

stytch-pwa-email-template-v3-customhtmlcustomization-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/pwa_email_template_v3_CustomHTMLCustomization",
  "title": "pwa_email_template_v3_CustomHTMLCustomization",
  "type": "object",
  "properties": {
    "template_type": {
      "$ref": "#/components/schemas/pwa_email_template_v3_TemplateType"
    },
    "html_content": {
      "type": "string"
    },
    "plaintext_content": {
      "type": "string"
    },
    "subject": {
      "type": "string"
    }
  }
}