Vantage · Schema

Provider

BudgetsCloud PricingCost ManagementCostsFinOps

Properties

Name Type Description
id string The unique identifier for the Provider.
name string The display name of the Provider.
services_count integer The number of services available from this Provider.
View JSON Schema on GitHub

JSON Schema

vantage-cloud-pricing-provider-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Provider",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique identifier for the Provider."
    },
    "name": {
      "type": "string",
      "description": "The display name of the Provider."
    },
    "services_count": {
      "type": "integer",
      "description": "The number of services available from this Provider."
    }
  }
}