Vantage · JSON Structure

Vantage Cost Management Business Metric Structure

Type: object Properties: 5
BudgetsCloud PricingCost ManagementCostsFinOps

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

Properties

token title cost_report_tokens_with_metadata values created_at

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

JSON Structure

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