Tray.io · Schema

Operation

AI AgentsAPI AggregationAutomationConnectorsIntegrationiPaaSWorkflow Automation

Properties

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

JSON Schema

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