Vantage · JSON Structure

Vantage Cloud Pricing Product Structure

Type: object Properties: 6
BudgetsCloud PricingCost ManagementCostsFinOps

Product 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

id name provider_id service_id details prices

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Product",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "provider_id": {
      "type": "string"
    },
    "service_id": {
      "type": "string"
    },
    "details": {
      "type": "object"
    },
    "prices": {
      "type": "array"
    }
  }
}