Alteryx · JSON Structure

Alteryx Server V3 Create Job Contract Structure

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

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

Properties

workerTag credentialId questions priority

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

JSON Structure

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