Alteryx · JSON Structure

Alteryx Server V3 Create Schedule Contract Structure

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

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

Properties

workflowId name comment priority workerTag credentialId timeZone questions

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CreateScheduleContract",
  "type": "object",
  "properties": {
    "workflowId": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "comment": {
      "type": "string"
    },
    "priority": {
      "type": "string"
    },
    "workerTag": {
      "type": "string"
    },
    "credentialId": {
      "type": "string"
    },
    "timeZone": {
      "type": "string"
    },
    "questions": {
      "type": "array"
    }
  }
}