Stytch · Schema

pwa_jwt_template_v3_JWTTemplate

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
template_content string
custom_audience string
jwt_template_type object
View JSON Schema on GitHub

JSON Schema

stytch-pwa-jwt-template-v3-jwttemplate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/pwa_jwt_template_v3_JWTTemplate",
  "title": "pwa_jwt_template_v3_JWTTemplate",
  "type": "object",
  "properties": {
    "template_content": {
      "type": "string"
    },
    "custom_audience": {
      "type": "string"
    },
    "jwt_template_type": {
      "$ref": "#/components/schemas/account_manager_project_v1_JWTTemplateType"
    }
  },
  "required": [
    "template_content",
    "custom_audience"
  ]
}