Amberflo · JSON Structure

Metering Usage Record Structure

A usage record grouped by dimension values

Type: object Properties: 2
Usage-Based BillingMeteringFinOpsAI Cost ManagementBillingMonetization

UsageRecord is a JSON Structure definition published by Amberflo, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

groupInfo records

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amberflo/refs/heads/main/json-structure/metering-usage-record-structure.json",
  "name": "UsageRecord",
  "description": "A usage record grouped by dimension values",
  "type": "object",
  "properties": {
    "groupInfo": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      },
      "description": "Group dimension values for this record"
    },
    "records": {
      "type": "array",
      "description": "Time-series usage data points",
      "items": {
        "type": "object",
        "additionalProperties": {
          "type": "number"
        }
      }
    }
  }
}