OpenCost · Schema

OpenCost CloudCost

Cloud Cost ManagementCNCFFinOpsKubernetesObservability

Properties

Name Type Description
netCost object
View JSON Schema on GitHub

JSON Schema

opencost-cloudcost-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/opencost/json-schema/opencost-cloudcost-schema.json",
  "title": "OpenCost CloudCost",
  "type": "object",
  "properties": {
    "netCost": {
      "type": "object",
      "properties": {
        "cost": {"type": "number"}
      }
    }
  }
}