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