Vantage · JSON Structure

Vantage Cost Management Recommendation Structure

Type: object Properties: 8
BudgetsCloud PricingCost ManagementCostsFinOps

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

Properties

token type description estimated_savings provider service resource_id 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": "Recommendation",
  "type": "object",
  "properties": {
    "token": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "estimated_savings": {
      "type": "string"
    },
    "provider": {
      "type": "string"
    },
    "service": {
      "type": "string"
    },
    "resource_id": {
      "type": "string"
    },
    "created_at": {
      "type": "string"
    }
  }
}