Octane · Schema

Measurement

A usage measurement submitted to Octane for tracking and billing purposes.

Usage-Based BillingMetered BillingPricing PlansSaaS MonetizationFintechPaymentsUsage TrackingMetersEntitlements

Properties

Name Type Description
id string Unique identifier for the measurement.
meter_name string Name of the meter this measurement belongs to.
customer_name string Name of the customer this measurement belongs to.
event_name string Name of the event that generated this measurement.
value number The measured numeric value.
time string Timestamp of when the measurement occurred.
labels object Key-value labels associated with the measurement for filtering and grouping.
reset_total boolean Whether to reset the running total for this customer/meter combination.
View JSON Schema on GitHub

JSON Schema

octane-measurement-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/octane/main/json-schema/octane-measurement-schema.json",
  "title": "Measurement",
  "description": "A usage measurement submitted to Octane for tracking and billing purposes.",
  "type": "object",
  "required": ["value"],
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier for the measurement."
    },
    "meter_name": {
      "type": "string",
      "description": "Name of the meter this measurement belongs to."
    },
    "customer_name": {
      "type": "string",
      "description": "Name of the customer this measurement belongs to."
    },
    "event_name": {
      "type": "string",
      "description": "Name of the event that generated this measurement."
    },
    "value": {
      "type": "number",
      "description": "The measured numeric value."
    },
    "time": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp of when the measurement occurred."
    },
    "labels": {
      "type": "object",
      "additionalProperties": { "type": "string" },
      "description": "Key-value labels associated with the measurement for filtering and grouping."
    },
    "reset_total": {
      "type": "boolean",
      "description": "Whether to reset the running total for this customer/meter combination."
    }
  },
  "additionalProperties": false
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/octane-measurement"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.