Vantage · JSON Structure

Vantage Cost Management Team Input Structure

Type: object Properties: 4
BudgetsCloud PricingCost ManagementCostsFinOps

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

Properties

name description workspace_token user_tokens

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

JSON Structure

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