schema.nfh.globalSearch schemas…

EnergyResourceNetwork

Canonical term page (persistent IRI). Versioned resource URLs are listed below for easy copy/paste.

Canonical IRI

https://schema.beckn.io/EnergyResourceNetwork

Developer URLs

EnergyResourceNetwork

Typed energy resource schema for grid-network infrastructure: distribution transformers (DT), busbars (BUS), feeders (FEEDER), and microgrids (MICROGRID). These resources act as topology anchors in the EnergyResource graph — meters and DERs hang behind them via parentResources[].

EnergyResourceNetwork is one of the seven composable kinds that make up EnergyResource in the ElectricityCredential.

**Canonical IRI:** https://schema.nfh.global/EnergyResourceNetwork/v1.0

**CIM alignment:** cim:PowerTransformer (DT), cim:BusbarSection (BUS), cim:Feeder (FEEDER), cim:Substation (MICROGRID) — IEC 61970-301

**Tags:** energy-resource · network · grid · infrastructure · energy · deg

---

Versions

VersionStatusNotes
v1.0CurrentInitial typed kind for grid-network infrastructure, extracted from ElectricityCredential/v1.2. Adds nominalVoltageKv, zone, substationId, feederCode fields.

---

Type discriminators

type valueCIM classDescription
DTcim:PowerTransformerDistribution transformer
BUScim:BusbarSectionBusbar section
FEEDERcim:Feeder (EquipmentContainer)Distribution feeder
MICROGRIDcim:Substation / custom containerMicrogrid or substation boundary

---

Properties (v1.0)

Common (EnergyResourceCommonAttributes)

PropertyTypeDescription
makestringManufacturer name
modelstringModel number
ratedPowerKwnumber ≥0Nameplate peak power capacity, kW
maxExportKwnumber ≥0Maximum grid export capacity, kW
maxImportKwnumber ≥0Maximum grid import capacity, kW
telemetryProviderstringVendor API / data-source for telemetry
commissioningDatestring (date)ISO 8601 commissioning date
locationobjectPhysical location — {geo: GeoJSONGeometry, address: Address}

Network-specific

PropertyTypeCIM alignmentDescription
nominalVoltageKvnumber ≥0BaseVoltage.nominalVoltageNominal operating voltage, kV
zonestringOperating zone / region identifier
substationIdstringParent substation identifier per utility records
feederCodestringFeeder code per utility records (relevant for FEEDER and DT)

---

Usage

  • **ElectricityCredential/v1.2**: entries with network type values in customerProfile.energyResources[] conform to this schema. METER and DER resources that reference did:web:...:assets:feeder:... or did:web:...:assets:dt:... in their parentResources[] are referencing EnergyResourceNetwork entries.
  • Asset IDs follow the IES DID pattern: did:web:<discom-domain>:assets:<class>:<local-id> (e.g. did:web:bescom.karnataka.gov.in:assets:feeder:FDR-BLR-042)

For full property tables and worked examples, see v1.0/README.md.