Vantage · Schema

BusinessMetricInput

BudgetsCloud PricingCost ManagementCostsFinOps

Properties

Name Type Description
title string The title of the Business Metric.
values array The values of the Business Metric.
cost_report_tokens_with_metadata array Associated cost reports with metadata.
View JSON Schema on GitHub

JSON Schema

vantage-cost-management-business-metric-input-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "BusinessMetricInput",
  "type": "object",
  "properties": {
    "title": {
      "type": "string",
      "description": "The title of the Business Metric."
    },
    "values": {
      "type": "array",
      "description": "The values of the Business Metric."
    },
    "cost_report_tokens_with_metadata": {
      "type": "array",
      "description": "Associated cost reports with metadata."
    }
  }
}