Vantage · JSON Structure

Vantage Cloud Pricing Service Structure

Type: object Properties: 4
BudgetsCloud PricingCost ManagementCostsFinOps

Service 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

id name provider_id products_count

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Service",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "provider_id": {
      "type": "string"
    },
    "products_count": {
      "type": "integer"
    }
  }
}