Vantage · Schema

FinancialCommitmentReport

BudgetsCloud PricingCost ManagementCostsFinOps

Properties

Name Type Description
token string The unique token identifier for the report.
title string The title of the Financial Commitment Report.
workspace_token string The token of the Workspace this report belongs to.
created_at string The date and time the report was created.
View JSON Schema on GitHub

JSON Schema

vantage-cost-management-financial-commitment-report-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "FinancialCommitmentReport",
  "type": "object",
  "properties": {
    "token": {
      "type": "string",
      "description": "The unique token identifier for the report."
    },
    "title": {
      "type": "string",
      "description": "The title of the Financial Commitment Report."
    },
    "workspace_token": {
      "type": "string",
      "description": "The token of the Workspace this report belongs to."
    },
    "created_at": {
      "type": "string",
      "description": "The date and time the report was created."
    }
  }
}