Tray.io · Schema

Subscription

AI AgentsAPI AggregationAutomationConnectorsIntegrationiPaaSWorkflow Automation

Properties

Name Type Description
id string
triggerName string
connectorName string
status string
createdAt string
View JSON Schema on GitHub

JSON Schema

tray-io-subscription-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Subscription",
  "title": "Subscription",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "triggerName": {
      "type": "string"
    },
    "connectorName": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "createdAt": {
      "type": "string",
      "format": "date-time"
    }
  }
}