Talend · Schema

ScheduleCreate

API ManagementData IntegrationData QualityETLOrchestrationPipelines

Properties

Name Type Description
name string
description string
timezone string
View JSON Schema on GitHub

JSON Schema

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