Vantage · JSON Structure

Vantage Cost Management Cost Structure

Type: object Properties: 9
BudgetsCloud PricingCost ManagementCostsFinOps

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

Properties

date amount currency provider service account_id region category subcategory

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Cost",
  "type": "object",
  "properties": {
    "date": {
      "type": "string"
    },
    "amount": {
      "type": "string"
    },
    "currency": {
      "type": "string"
    },
    "provider": {
      "type": "string"
    },
    "service": {
      "type": "string"
    },
    "account_id": {
      "type": "string"
    },
    "region": {
      "type": "string"
    },
    "category": {
      "type": "string"
    },
    "subcategory": {
      "type": "string"
    }
  }
}