Skip to content

Commit

Permalink
Update Get15118EVCertificateResponse.json (#364)
Browse files Browse the repository at this point in the history
* Update Get15118EVCertificateResponse.json to allow an exiResponse message bigger than the original 5600 characters to 7500. Only stations that support PnC will use this message, so there is no conflict on overriding the schema
  • Loading branch information
HugoJP1 authored Feb 1, 2023
1 parent 22b5238 commit 0adf945
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ocpp/v201/schemas/Get15118EVCertificateResponse.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@
"exiResponse": {
"description": "Raw CertificateInstallationRes response for the EV, Base64 encoded.\r\n",
"type": "string",
"maxLength": 5600
"maxLength": 7500
}
},
"required": [
"status",
"exiResponse"
]
}
}

0 comments on commit 0adf945

Please sign in to comment.