Pipedream · Schema

ConfigurablePropAlertType

The severity level of the alert.

ProCode_API_CompositionWorkflowsConnectMCPEmbedded IntegrationsManaged AuthAI Agents
View JSON Schema on GitHub

JSON Schema

pipedream-configurablepropalerttype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConfigurablePropAlertType",
  "title": "ConfigurablePropAlertType",
  "type": "string",
  "enum": [
    "info",
    "neutral",
    "warning",
    "error"
  ],
  "description": "The severity level of the alert."
}