Alteryx · Schema
WorkflowVersionDetails
Metadata details for a workflow version
AnalyticsAutomationData EngineeringData PreparationData ScienceETLMachine-LearningPredictive Analytics
Properties
| Name | Type | Description |
|---|---|---|
| isAmp | boolean | Whether the version uses AMP engine |
| fileName | string | Name of the workflow file |
| author | string | Author of the workflow |
| copyright | string | Copyright information |
| description | string | Description of the workflow |
| name | string | Display name of the workflow |
| noOutputFilesMessage | string | Message shown when no output files are generated |
| outputMessage | string | Message shown with output files |
| url | string | Related URL |
| urlText | string | Display text for the related URL |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/WorkflowVersionDetails",
"title": "WorkflowVersionDetails",
"type": "object",
"description": "Metadata details for a workflow version",
"properties": {
"isAmp": {
"type": "boolean",
"description": "Whether the version uses AMP engine",
"example": true
},
"fileName": {
"type": "string",
"description": "Name of the workflow file",
"example": "example_value"
},
"author": {
"type": "string",
"description": "Author of the workflow",
"example": "example_value"
},
"copyright": {
"type": "string",
"description": "Copyright information",
"example": "example_value"
},
"description": {
"type": "string",
"description": "Description of the workflow",
"example": "A sample description."
},
"name": {
"type": "string",
"description": "Display name of the workflow",
"example": "Example Title"
},
"noOutputFilesMessage": {
"type": "string",
"description": "Message shown when no output files are generated",
"example": "example_value"
},
"outputMessage": {
"type": "string",
"description": "Message shown with output files",
"example": "example_value"
},
"url": {
"type": "string",
"format": "uri",
"description": "Related URL",
"example": "https://www.example.com"
},
"urlText": {
"type": "string",
"description": "Display text for the related URL",
"example": "https://www.example.com"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/alteryx-workflowversiondetails"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.