Vantage · Schema

Workspace

BudgetsCloud PricingCost ManagementCostsFinOps

Properties

Name Type Description
token string The unique token identifier for the Workspace.
name string The name of the Workspace.
created_at string The date and time the Workspace was created.
View JSON Schema on GitHub

JSON Schema

vantage-cost-management-workspace-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Workspace",
  "type": "object",
  "properties": {
    "token": {
      "type": "string",
      "description": "The unique token identifier for the Workspace."
    },
    "name": {
      "type": "string",
      "description": "The name of the Workspace."
    },
    "created_at": {
      "type": "string",
      "description": "The date and time the Workspace was created."
    }
  }
}