Manitoba Hydro · Schema

Manitoba Hydro — MH Station Areas (feature attributes)

Attribute schema for a single feature returned by layer 2 of the MH_AdminBoundaries feature service.

EnergyCanadaUtilitiesElectricityGasHydroelectricGridOutage DataOpen DataCrown Corporation

Properties

Name Type Description
OBJECTID integer ArcGIS field type esriFieldTypeOID.
STATE stringnull ArcGIS field type esriFieldTypeString.
NAME stringnull ArcGIS field type esriFieldTypeString.
NUMBER numbernull ArcGIS field type esriFieldTypeDouble.
OWNER stringnull ArcGIS field type esriFieldTypeString.
CSC_NUMBER integernull ArcGIS field type esriFieldTypeInteger.
View JSON Schema on GitHub

JSON Schema

manitoba-hydro-station-areas.schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/manitoba-hydro/refs/heads/main/json-schema/manitoba-hydro-station-areas.schema.json",
  "title": "Manitoba Hydro \u2014 MH Station Areas (feature attributes)",
  "description": "Attribute schema for a single feature returned by layer 2 of the MH_AdminBoundaries feature service.",
  "x-apievangelist": {
    "generated": "2026-07-27",
    "method": "derived",
    "source": "https://maps.hydro.mb.ca/arcgis/rest/services/ReferenceData/MH_AdminBoundaries/FeatureServer/2?f=json",
    "note": "Derived from the live Esri layer metadata (?f=json) captured 2026-07-27. Manitoba Hydro publishes no schema for this layer; this document models the attributes block of a query response feature."
  },
  "type": "object",
  "properties": {
    "OBJECTID": {
      "title": "OBJECTID",
      "description": "ArcGIS field type esriFieldTypeOID.",
      "type": "integer"
    },
    "STATE": {
      "title": "STATE",
      "description": "ArcGIS field type esriFieldTypeString.",
      "type": [
        "string",
        "null"
      ],
      "maxLength": 128
    },
    "NAME": {
      "title": "NAME",
      "description": "ArcGIS field type esriFieldTypeString.",
      "type": [
        "string",
        "null"
      ],
      "maxLength": 25
    },
    "NUMBER": {
      "title": "NUMBER",
      "description": "ArcGIS field type esriFieldTypeDouble.",
      "type": [
        "number",
        "null"
      ]
    },
    "OWNER": {
      "title": "OWNER",
      "description": "ArcGIS field type esriFieldTypeString.",
      "type": [
        "string",
        "null"
      ],
      "maxLength": 128
    },
    "CSC_NUMBER": {
      "title": "CSC_NUMBER",
      "description": "ArcGIS field type esriFieldTypeInteger.",
      "type": [
        "integer",
        "null"
      ]
    }
  },
  "required": [
    "OBJECTID"
  ],
  "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/manitoba-hydro-station-areas.schema"
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.