Stytch · Schema

pwa_email_template_v3_PrebuiltCustomization

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
button_border_radius number
button_color string
button_text_color string
font_family object
text_alignment object
View JSON Schema on GitHub

JSON Schema

stytch-pwa-email-template-v3-prebuiltcustomization-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/pwa_email_template_v3_PrebuiltCustomization",
  "title": "pwa_email_template_v3_PrebuiltCustomization",
  "type": "object",
  "properties": {
    "button_border_radius": {
      "type": "number",
      "format": "float"
    },
    "button_color": {
      "type": "string"
    },
    "button_text_color": {
      "type": "string"
    },
    "font_family": {
      "$ref": "#/components/schemas/pwa_email_template_v3_FontFamily"
    },
    "text_alignment": {
      "$ref": "#/components/schemas/pwa_email_template_v3_TextAlignment"
    }
  }
}