inital
This commit is contained in:
23
OCPP.Core.Server/Schema16/DataTransferRequest.json
Normal file
23
OCPP.Core.Server/Schema16/DataTransferRequest.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"id": "urn:OCPP:1.6:2019:12:DataTransferRequest",
|
||||
"title": "DataTransferRequest",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"vendorId": {
|
||||
"type": "string",
|
||||
"maxLength": 255
|
||||
},
|
||||
"messageId": {
|
||||
"type": "string",
|
||||
"maxLength": 50
|
||||
},
|
||||
"data": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
"required": [
|
||||
"vendorId"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user