Vantage · JSON Structure

Vantage Cloud Pricing Price Structure

Type: object Properties: 7
BudgetsCloud PricingCost ManagementCostsFinOps

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

Properties

id unit price currency region description product_id

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Price",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "unit": {
      "type": "string"
    },
    "price": {
      "type": "string"
    },
    "currency": {
      "type": "string"
    },
    "region": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "product_id": {
      "type": "string"
    }
  }
}