Vantage · JSON Structure

Vantage Cost Management Dashboard Input Structure

Type: object Properties: 3
BudgetsCloud PricingCost ManagementCostsFinOps

DashboardInput 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 widget_tokens workspace_token

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

JSON Structure

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