Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 570 Bytes

README.md

File metadata and controls

24 lines (12 loc) · 570 Bytes

OCPP 2.0.1 data types for GO

Data types for

Getting started

Run example.go to see the types working

Re-generate types from schemas (if needed):

go install github.com/atombender/go-jsonschema/cmd/gojsonschema@latest

./generate.sh

More info

Based on: OCPP-2.0.1_part3_JSON_schemas (Download: OCPP 2.0.1)