Azure Synapse Analytics · Schema
Azure Synapse Analytics Pipeline
A data integration pipeline resource that orchestrates data movement and transformation activities.
AnalyticsApache SparkBig DataData IntegrationData WarehouseETLSQL
Properties
| Name | Type | Description |
|---|---|---|
| id | string | |
| name | string | |
| type | string | |
| etag | string | |
| properties | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://github.com/api-search/azure-synapse-analytics/json-schema/azure-synapse-analytics-pipeline-schema.json",
"title": "Azure Synapse Analytics Pipeline",
"description": "A data integration pipeline resource that orchestrates data movement and transformation activities.",
"type": "object",
"properties": {
"id": {
"type": "string",
"readOnly": true
},
"name": {
"type": "string"
},
"type": {
"type": "string",
"readOnly": true
},
"etag": {
"type": "string",
"readOnly": true
},
"properties": {
"type": "object",
"properties": {
"description": {
"type": "string",
"description": "The description of the pipeline."
},
"activities": {
"type": "array",
"items": {
"$ref": "#/$defs/Activity"
},
"description": "List of activities in the pipeline."
},
"parameters": {
"type": "object",
"additionalProperties": {
"$ref": "#/$defs/ParameterSpecification"
},
"description": "List of parameters for pipeline."
},
"variables": {
"type": "object",
"additionalProperties": {
"$ref": "#/$defs/VariableSpecification"
},
"description": "List of variables for pipeline."
},
"concurrency": {
"type": "integer",
"description": "The max number of concurrent runs for the pipeline."
},
"annotations": {
"type": "array",
"items": {
"type": "string"
}
},
"folder": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The name of the folder that this Pipeline is in."
}
}
}
}
}
},
"$defs": {
"Activity": {
"type": "object",
"description": "A pipeline activity.",
"required": ["name", "type"],
"properties": {
"name": {
"type": "string",
"description": "Activity name."
},
"type": {
"type": "string",
"description": "Type of activity."
},
"description": {
"type": "string"
},
"dependsOn": {
"type": "array",
"items": {
"type": "object",
"properties": {
"activity": {
"type": "string"
},
"dependencyConditions": {
"type": "array",
"items": {
"type": "string",
"enum": ["Succeeded", "Failed", "Skipped", "Completed"]
}
}
}
}
}
}
},
"ParameterSpecification": {
"type": "object",
"properties": {
"type": {
"type": "string",
"enum": ["Object", "String", "Int", "Float", "Bool", "Array", "SecureString"]
},
"defaultValue": {
"description": "Default value of the parameter."
}
}
},
"VariableSpecification": {
"type": "object",
"properties": {
"type": {
"type": "string",
"enum": ["String", "Bool", "Array"]
},
"defaultValue": {
"description": "Default value of the variable."
}
}
}
}
}
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/azure-synapse-analytics-pipeline"
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.