Alteryx · JSON Structure

Alteryx Server V3 Update Schedule Contract Structure

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

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

Properties

workflowId ownerId name comment priority workerTag enabled 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": "UpdateScheduleContract",
  "type": "object",
  "properties": {
    "workflowId": {
      "type": "string"
    },
    "ownerId": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "comment": {
      "type": "string"
    },
    "priority": {
      "type": "string"
    },
    "workerTag": {
      "type": "string"
    },
    "enabled": {
      "type": "boolean"
    },
    "credentialId": {
      "type": "string"
    },
    "timeZone": {
      "type": "string"
    },
    "questions": {
      "type": "array"
    }
  }
}