inital
This commit is contained in:
49
OCPP.Core.Server/Schema16/BootNotificationRequest.json
Normal file
49
OCPP.Core.Server/Schema16/BootNotificationRequest.json
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"id": "urn:OCPP:1.6:2019:12:BootNotificationRequest",
|
||||
"title": "BootNotificationRequest",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"chargePointVendor": {
|
||||
"type": "string",
|
||||
"maxLength": 20
|
||||
},
|
||||
"chargePointModel": {
|
||||
"type": "string",
|
||||
"maxLength": 20
|
||||
},
|
||||
"chargePointSerialNumber": {
|
||||
"type": "string",
|
||||
"maxLength": 25
|
||||
},
|
||||
"chargeBoxSerialNumber": {
|
||||
"type": "string",
|
||||
"maxLength": 25
|
||||
},
|
||||
"firmwareVersion": {
|
||||
"type": "string",
|
||||
"maxLength": 50
|
||||
},
|
||||
"iccid": {
|
||||
"type": "string",
|
||||
"maxLength": 20
|
||||
},
|
||||
"imsi": {
|
||||
"type": "string",
|
||||
"maxLength": 20
|
||||
},
|
||||
"meterType": {
|
||||
"type": "string",
|
||||
"maxLength": 25
|
||||
},
|
||||
"meterSerialNumber": {
|
||||
"type": "string",
|
||||
"maxLength": 25
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
"required": [
|
||||
"chargePointVendor",
|
||||
"chargePointModel"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user