Alteryx · JSON Structure

Alteryx Server V3 Patch Schedule Contract Structure

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

PatchScheduleContract 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

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": "PatchScheduleContract",
  "type": "object",
  "properties": {
    "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"
    }
  }
}