Vantage · JSON Structure

Vantage Cost Management Business Metric Input Structure

Type: object Properties: 3
BudgetsCloud PricingCost ManagementCostsFinOps

BusinessMetricInput is a JSON Structure definition published by Vantage, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

title values cost_report_tokens_with_metadata

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "BusinessMetricInput",
  "type": "object",
  "properties": {
    "title": {
      "type": "string"
    },
    "values": {
      "type": "array"
    },
    "cost_report_tokens_with_metadata": {
      "type": "array"
    }
  }
}