Vantage · JSON Structure

Vantage Cost Management Team Structure

Type: object Properties: 6
BudgetsCloud PricingCost ManagementCostsFinOps

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

Properties

token name description workspace_token user_tokens 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": "Team",
  "type": "object",
  "properties": {
    "token": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "workspace_token": {
      "type": "string"
    },
    "user_tokens": {
      "type": "array"
    },
    "created_at": {
      "type": "string"
    }
  }
}