UiPath · JSON Structure

Automation Hub Benefit Data Structure

Estimated cost-benefit analysis data for an automation idea

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

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

Properties

estimatedTimeSavingsPerYear estimatedFTESavings estimatedCostSavingsPerYear

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-benefit-data-structure.json",
  "name": "BenefitData",
  "description": "Estimated cost-benefit analysis data for an automation idea",
  "type": "object",
  "properties": {
    "estimatedTimeSavingsPerYear": {
      "type": "double",
      "description": "Estimated hours saved per year by automating this process",
      "example": 1.0
    },
    "estimatedFTESavings": {
      "type": "double",
      "description": "Full-time equivalent headcount savings from the automation",
      "example": 1.0
    },
    "estimatedCostSavingsPerYear": {
      "type": "double",
      "description": "Estimated monetary cost savings per year in the organization's currency",
      "example": 1.0
    }
  }
}