Alteryx · JSON Structure

Alteryx Server V3 Workflow Version Details Structure

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

WorkflowVersionDetails 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

isAmp fileName author copyright description name noOutputFilesMessage outputMessage url urlText

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "WorkflowVersionDetails",
  "type": "object",
  "properties": {
    "isAmp": {
      "type": "boolean"
    },
    "fileName": {
      "type": "string"
    },
    "author": {
      "type": "string"
    },
    "copyright": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "noOutputFilesMessage": {
      "type": "string"
    },
    "outputMessage": {
      "type": "string"
    },
    "url": {
      "type": "string"
    },
    "urlText": {
      "type": "string"
    }
  }
}