Add OCA security whitepaper JSON schemas
[e-mobility-charging-stations-simulator.git] / src / assets / json-schemas / ocpp / 1.6 / CertificateSigned.json
1 {
2 "$schema": "http://json-schema.org/draft-07/schema#",
3 "$id": "urn:OCPP:Cp:1.6:2020:3:CertificateSigned.req",
4 "type": "object",
5 "properties": {
6 "certificateChain": {
7 "type": "string",
8 "maxLength": 10000
9 }
10 },
11 "additionalProperties": false,
12 "required": ["certificateChain"]
13 }