Pipedream · Schema

ConfigurablePropTimerOption

Timer configuration options

ProCode_API_CompositionWorkflowsConnectMCPEmbedded IntegrationsManaged AuthAI Agents
View JSON Schema on GitHub

JSON Schema

pipedream-configurableproptimeroption-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConfigurablePropTimerOption",
  "title": "ConfigurablePropTimerOption",
  "nullable": true,
  "description": "Timer configuration options",
  "oneOf": [
    {
      "$ref": "#/components/schemas/TimerInterval"
    },
    {
      "$ref": "#/components/schemas/TimerCron"
    }
  ]
}