Alteryx · JSON Structure

Alteryx Server V3 Workflow Question Structure

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

WorkflowQuestion 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

name questionType description value multiple items

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "WorkflowQuestion",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "questionType": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "value": {
      "type": "string"
    },
    "multiple": {
      "type": "boolean"
    },
    "items": {
      "type": "array"
    }
  }
}