UiPath · JSON Structure

Automation Hub Phase Count Structure

Count of automations in a specific pipeline phase

Type: object Properties: 2
AutomationRobotic Process AutomationRPAArtificial IntelligenceDocument ProcessingEnterprise AutomationOrchestrationTesting

PhaseCount is a JSON Structure definition published by UiPath, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

phase count

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/uipath/refs/heads/main/json-structure/automation-hub-phase-count-structure.json",
  "name": "PhaseCount",
  "description": "Count of automations in a specific pipeline phase",
  "type": "object",
  "properties": {
    "phase": {
      "type": "string",
      "description": "Name of the pipeline phase",
      "example": "example-value"
    },
    "count": {
      "type": "int32",
      "description": "Number of automations in this phase",
      "example": 42
    }
  }
}