WegoWise · Schema

WegoWise Utility Meter

JSON Schema for a utility meter record in the WegoWise platform tracking energy or water consumption.

BenchmarkingBuilding EnergyEnergy EfficiencyMultifamilyProperty ManagementUtility Data

Properties

Name Type Description
id integer Unique meter identifier
account_number string Utility account number for this meter
data_type string Type of utility being measured
nickname string Optional user-defined nickname for this meter
notes string Optional notes about this meter
utility_company_id integer ID of the utility company providing this service
building_id integer ID of the building this meter is associated with
apartment_id integer ID of the apartment this meter is associated with (if applicable)
area_id integer ID of the commercial area this meter is associated with (if applicable)
last_import_date string Date of the most recent automated data import
View JSON Schema on GitHub

JSON Schema

wegowise-meter-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/wegowise/json-schema/wegowise-meter-schema.json",
  "title": "WegoWise Utility Meter",
  "description": "JSON Schema for a utility meter record in the WegoWise platform tracking energy or water consumption.",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "description": "Unique meter identifier"
    },
    "account_number": {
      "type": "string",
      "description": "Utility account number for this meter"
    },
    "data_type": {
      "type": "string",
      "enum": ["Electric", "Gas", "Oil", "Water", "Steam", "Propane", "Solar", "Trash"],
      "description": "Type of utility being measured"
    },
    "nickname": {
      "type": "string",
      "description": "Optional user-defined nickname for this meter"
    },
    "notes": {
      "type": "string",
      "description": "Optional notes about this meter"
    },
    "utility_company_id": {
      "type": "integer",
      "description": "ID of the utility company providing this service"
    },
    "building_id": {
      "type": "integer",
      "description": "ID of the building this meter is associated with"
    },
    "apartment_id": {
      "type": "integer",
      "description": "ID of the apartment this meter is associated with (if applicable)"
    },
    "area_id": {
      "type": "integer",
      "description": "ID of the commercial area this meter is associated with (if applicable)"
    },
    "last_import_date": {
      "type": "string",
      "format": "date",
      "description": "Date of the most recent automated data import"
    }
  },
  "required": ["id", "account_number", "data_type"]
}

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/wegowise-meter"
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 email required.

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