UNPKG

ocpp-messages

Version:

TypeScript definitions for Open Charge Point Protocol (OCPP)

15 lines (14 loc) 301 B
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "GetLocalListVersionResponse", "type": "object", "properties": { "listVersion": { "type": "integer" } }, "additionalProperties": false, "required": [ "listVersion" ] }