Talend · JSON-LD Context

Talend Context

JSON-LD context defining the semantic vocabulary for Talend from Talend.

10 Classes 24 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
talend: https://talend.qlik.dev/vocab/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Task Plan Workspace Environment Connection RemoteEngine TaskExecution PlanExecution Artifact RunProfile

Properties

Property Type Container
id
name
description
created dateTime
updated dateTime
owner
status string
workspaceId reference
environmentId reference
artifactId reference
artifactVersion string
executionId string
taskId reference
planId reference
startTime dateTime
endTime dateTime
duration integer
engineId reference
logUrl reference
steps list
runConfig
cronExpression
timezone
rowsProcessed integer

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "talend": "https://talend.qlik.dev/vocab/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "Task": "talend:Task",
    "Plan": "talend:Plan",
    "Workspace": "talend:Workspace",
    "Environment": "talend:Environment",
    "Connection": "talend:Connection",
    "RemoteEngine": "talend:RemoteEngine",
    "TaskExecution": "talend:TaskExecution",
    "PlanExecution": "talend:PlanExecution",
    "Artifact": "talend:Artifact",
    "RunProfile": "talend:RunProfile",

    "id": { "@id": "@id" },
    "name": { "@id": "schema:name" },
    "description": { "@id": "schema:description" },
    "created": { "@id": "schema:dateCreated", "@type": "xsd:dateTime" },
    "updated": { "@id": "schema:dateModified", "@type": "xsd:dateTime" },
    "owner": { "@id": "schema:creator" },
    "status": { "@id": "talend:status", "@type": "xsd:string" },
    "workspaceId": { "@id": "talend:workspace", "@type": "@id" },
    "environmentId": { "@id": "talend:environment", "@type": "@id" },
    "artifactId": { "@id": "talend:artifact", "@type": "@id" },
    "artifactVersion": { "@id": "talend:artifactVersion", "@type": "xsd:string" },
    "executionId": { "@id": "talend:executionId", "@type": "xsd:string" },
    "taskId": { "@id": "talend:task", "@type": "@id" },
    "planId": { "@id": "talend:plan", "@type": "@id" },
    "startTime": { "@id": "schema:startDate", "@type": "xsd:dateTime" },
    "endTime": { "@id": "schema:endDate", "@type": "xsd:dateTime" },
    "duration": { "@id": "schema:duration", "@type": "xsd:integer" },
    "engineId": { "@id": "talend:remoteEngine", "@type": "@id" },
    "logUrl": { "@id": "talend:logUrl", "@type": "@id" },
    "steps": { "@id": "talend:steps", "@container": "@list" },
    "runConfig": { "@id": "talend:runConfig" },
    "cronExpression": { "@id": "talend:cronExpression" },
    "timezone": { "@id": "talend:timezone" },
    "rowsProcessed": { "@id": "talend:rowsProcessed", "@type": "xsd:integer" }
  }
}