Tray.io · Schema

ConnectorVersion

AI AgentsAPI AggregationAutomationConnectorsIntegrationiPaaSWorkflow Automation

Properties

Name Type Description
name string
version string
title string
operations array
View JSON Schema on GitHub

JSON Schema

tray-io-connectorversion-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectorVersion",
  "title": "ConnectorVersion",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "version": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "operations": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Operation"
      }
    }
  }
}