Vantage · JSON Structure

Vantage Cost Management Segment Input Structure

Type: object Properties: 4
BudgetsCloud PricingCost ManagementCostsFinOps

SegmentInput 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

title filter priority workspace_token

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SegmentInput",
  "type": "object",
  "properties": {
    "title": {
      "type": "string"
    },
    "filter": {
      "type": "string"
    },
    "priority": {
      "type": "integer"
    },
    "workspace_token": {
      "type": "string"
    }
  }
}