Alteryx · JSON Structure

Alteryx Server V3 Schedule Iteration Structure

Type: object Properties: 9
AnalyticsAutomationData EngineeringData PreparationData ScienceETLMachine LearningPredictive Analytics

ScheduleIteration is a JSON Structure definition published by Alteryx, describing 9 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

iterationType startTime endTime hourlyContract dailyContract weeklyContract monthlyContract customContract cronContract

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ScheduleIteration",
  "type": "object",
  "properties": {
    "iterationType": {
      "type": "string"
    },
    "startTime": {
      "type": "string"
    },
    "endTime": {
      "type": "string"
    },
    "hourlyContract": {
      "type": "object"
    },
    "dailyContract": {
      "type": "object"
    },
    "weeklyContract": {
      "type": "object"
    },
    "monthlyContract": {
      "type": "object"
    },
    "customContract": {
      "type": "object"
    },
    "cronContract": {
      "type": "object"
    }
  }
}