Talend · Schema

TaskCreate

API ManagementData IntegrationData QualityETLOrchestrationPipelines

Properties

Name Type Description
name string
workspaceId string
environmentId string
description string
View JSON Schema on GitHub

JSON Schema

talend-taskcreate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TaskCreate",
  "title": "TaskCreate",
  "type": "object",
  "required": [
    "name",
    "workspaceId"
  ],
  "properties": {
    "name": {
      "type": "string"
    },
    "workspaceId": {
      "type": "string"
    },
    "environmentId": {
      "type": "string"
    },
    "description": {
      "type": "string"
    }
  }
}