Tray.io · Schema

Trigger

AI AgentsAPI AggregationAutomationConnectorsIntegrationiPaaSWorkflow Automation

Properties

Name Type Description
name string
title string
description string
connectorName string
inputSchema object
View JSON Schema on GitHub

JSON Schema

tray-io-trigger-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Trigger",
  "title": "Trigger",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "connectorName": {
      "type": "string"
    },
    "inputSchema": {
      "type": "object"
    }
  }
}