Vantage · Schema

CostProvider

BudgetsCloud PricingCost ManagementCostsFinOps

Properties

Name Type Description
token string The unique token identifier for the Cost Provider.
name string The name of the Cost Provider.
description string A description of the Cost Provider.
View JSON Schema on GitHub

JSON Schema

vantage-cost-management-cost-provider-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CostProvider",
  "type": "object",
  "properties": {
    "token": {
      "type": "string",
      "description": "The unique token identifier for the Cost Provider."
    },
    "name": {
      "type": "string",
      "description": "The name of the Cost Provider."
    },
    "description": {
      "type": "string",
      "description": "A description of the Cost Provider."
    }
  }
}