Tray.io · JSON-LD Context

Tray Io Context

JSON-LD context defining the semantic vocabulary for Tray Io from Tray.io.

30 Classes 0 Properties 1 Namespaces
View Context View on GitHub

Namespaces

trayio: https://tray.io/ns/

Classes

id type Connector ConnectorVersion Operation Authentication Trigger Subscription User Workspace Project name title description email icon version createdAt role status connectorName connectorVersion triggerName authId serviceEnvironmentId inputSchema outputSchema scopes operations isLatest

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "trayio": "https://tray.io/ns/",
    "id": "@id",
    "type": "@type",
    "Connector": "trayio:Connector",
    "ConnectorVersion": "trayio:ConnectorVersion",
    "Operation": "trayio:Operation",
    "Authentication": "trayio:Authentication",
    "Trigger": "trayio:Trigger",
    "Subscription": "trayio:Subscription",
    "User": "trayio:User",
    "Workspace": "trayio:Workspace",
    "Project": "trayio:Project",
    "name": "schema:name",
    "title": "schema:name",
    "description": "schema:description",
    "email": "schema:email",
    "icon": "schema:image",
    "version": "schema:version",
    "createdAt": "schema:dateCreated",
    "role": "trayio:role",
    "status": "trayio:status",
    "connectorName": "trayio:connectorName",
    "connectorVersion": "trayio:connectorVersion",
    "triggerName": "trayio:triggerName",
    "authId": "trayio:authId",
    "serviceEnvironmentId": "trayio:serviceEnvironmentId",
    "inputSchema": "trayio:inputSchema",
    "outputSchema": "trayio:outputSchema",
    "scopes": "trayio:scopes",
    "operations": "trayio:operations",
    "isLatest": "trayio:isLatest"
  }
}