UiPath · Schema

PipelineData

Summary of the automation pipeline distribution across phases

AutomationRobotic Process AutomationRPAArtificial IntelligenceDocument ProcessingEnterprise AutomationOrchestrationTesting

Properties

Name Type Description
phases array
View JSON Schema on GitHub

JSON Schema

automation-hub-pipeline-data-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/uipath/refs/heads/main/json-schema/automation-hub-pipeline-data-schema.json",
  "title": "PipelineData",
  "description": "Summary of the automation pipeline distribution across phases",
  "type": "object",
  "properties": {
    "phases": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/PhaseCount"
      },
      "example": []
    }
  }
}