Talend · Schema

Environment

An execution environment in Talend Cloud

API ManagementData IntegrationData QualityETLOrchestrationPipelines

Properties

Name Type Description
id string
name string
description string
default boolean
created string
View JSON Schema on GitHub

JSON Schema

talend-environment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Environment",
  "title": "Environment",
  "type": "object",
  "description": "An execution environment in Talend Cloud",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "default": {
      "type": "boolean"
    },
    "created": {
      "type": "string",
      "format": "date-time"
    }
  }
}