EvChargingService
> **Canonical IRI:** `https://schema.beckn.io/EvChargingService` > **Tags:** ev-charging, item, connector, station, ocpp, ocpi, power, reservation, energy, beckn > **Namespace:** https://schema.beckn.io/ > Part of the DEG Schema
---
**EV charging service attributes** attached to Item.attributes in a Beckn EV-charging catalog. Captures technical and contextual details of a charging connector or station — including connector type, power capacity, socket count, reservation capability, and amenities.
Versions
| Version | attributes.yaml | context.jsonld | vocab.jsonld | README |
|---|---|---|---|---|
| **v1.0** | attributes.yaml | context.jsonld | vocab.jsonld | README |
| **v2.0** | attributes.yaml | context.jsonld | vocab.jsonld | README |
Properties (latest: v2.0)
| Property | Type | Required | Description |
|---|---|---|---|
evseId | string | — | EVSE identifier (e.g., OCPI/Hubject style). |
connectorType | string (enum) | ✓ | Physical connector type: CCS2, Type2, CHAdeMO, GB_T. |
maxPowerKW | number | ✓ | Maximum output power of the connector (kW). |
minPowerKW | number | — | Minimum controllable power if throttling is supported (kW). |
reservationSupported | boolean | — | Whether advance reservations are supported. |
chargingStation | object | — | Charging station information including station ID and location. |
socketCount | integer | — | Number of sockets at this EVSE. |
amenities | array<string> | — | Available amenities at or near the charging location. |
roamingNetworks | array<string> | — | Interoperability/roaming networks this EVSE participates in. |
ocppVersion | string | — | OCPP protocol version supported. |
powerType | string (enum) | — | AC or DC power type. |
Linked Data
| Resource | URL |
|---|---|
| Canonical IRI | https://schema.beckn.io/EvChargingService |
| JSON Schema (latest) | https://schema.beckn.io/EvChargingService/v2.0 |
| context.jsonld (latest) | https://schema.beckn.io/EvChargingService/v2.0/context.jsonld |
| vocab.jsonld (latest) | https://schema.beckn.io/EvChargingService/v2.0/vocab.jsonld |
| Root context.jsonld | https://schema.beckn.io/context.jsonld |
| Root vocab.jsonld | https://schema.beckn.io/vocab.jsonld |