{ "$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-customer-service-centres.schema.json", "title": "Manitoba Hydro \u2014 MH Customer Service Centres (feature attributes)", "description": "Attribute schema for a single feature returned by layer 0 of the MH_AdminBoundaries feature service on Manitoba Hydro\u2019s own ArcGIS Server. Note that inserted_by and updated_by carry internal staff usernames; do not republish those values.", "x-apievangelist": { "generated": "2026-07-27", "method": "derived", "source": "https://maps.hydro.mb.ca/arcgis/rest/services/ReferenceData/MH_AdminBoundaries/FeatureServer/0?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": { "id": { "title": "id", "description": "ArcGIS field type esriFieldTypeInteger.", "type": [ "integer", "null" ] }, "csc_code": { "title": "csc_code", "description": "ArcGIS field type esriFieldTypeString.", "type": [ "string", "null" ], "maxLength": 6 }, "csc_name": { "title": "csc_name", "description": "ArcGIS field type esriFieldTypeString.", "type": [ "string", "null" ], "maxLength": 41 }, "inserted_by": { "title": "inserted_by", "description": "ArcGIS field type esriFieldTypeString.", "type": [ "string", "null" ], "maxLength": 11 }, "date_inserted": { "title": "date_inserted", "description": "ArcGIS field type esriFieldTypeDate. Returned as epoch milliseconds (UTC), not an ISO 8601 string.", "type": [ "integer", "null" ], "x-esri-format": "epoch-milliseconds" }, "updated_by": { "title": "updated_by", "description": "ArcGIS field type esriFieldTypeString.", "type": [ "string", "null" ], "maxLength": 11 }, "date_updated": { "title": "date_updated", "description": "ArcGIS field type esriFieldTypeDate. Returned as epoch milliseconds (UTC), not an ISO 8601 string.", "type": [ "integer", "null" ], "x-esri-format": "epoch-milliseconds" }, "maintenance_areas": { "title": "maintenance_areas", "description": "ArcGIS field type esriFieldTypeString.", "type": [ "string", "null" ], "maxLength": 255 }, "fme_db_operation": { "title": "fme_db_operation", "description": "ArcGIS field type esriFieldTypeString.", "type": [ "string", "null" ], "maxLength": 10 }, "csc_number": { "title": "csc_number", "description": "ArcGIS field type esriFieldTypeInteger.", "type": [ "integer", "null" ] }, "sap_code": { "title": "sap_code", "description": "ArcGIS field type esriFieldTypeString.", "type": [ "string", "null" ], "maxLength": 5 }, "operating_area": { "title": "operating_area", "description": "ArcGIS field type esriFieldTypeString.", "type": [ "string", "null" ], "maxLength": 255 }, "equipment_areas": { "title": "equipment_areas", "description": "ArcGIS field type esriFieldTypeString.", "type": [ "string", "null" ], "maxLength": 255 }, "OBJECTID": { "title": "OBJECTID", "description": "ArcGIS field type esriFieldTypeOID.", "type": "integer" }, "SAP_CSC_CODE": { "title": "SAP CSC Code", "description": "ArcGIS field type esriFieldTypeString.", "type": [ "string", "null" ], "maxLength": 4 }, "EGIS_CSC_CODE": { "title": "EGIS CSC Code", "description": "ArcGIS field type esriFieldTypeString.", "type": [ "string", "null" ], "maxLength": 5 } }, "required": [ "OBJECTID" ], "additionalProperties": false }