Alteryx · JSON Structure

Alteryx Server V3 Schedule Summary Structure

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

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

Properties

id name workflowId ownerId runDateTime timeZone

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ScheduleSummary",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "workflowId": {
      "type": "string"
    },
    "ownerId": {
      "type": "string"
    },
    "runDateTime": {
      "type": "string"
    },
    "timeZone": {
      "type": "string"
    }
  }
}