{
    "$schema": "http://json-schema.org/draft-06/schema#",
    "$id": "urn:OCPP:Cp:1.6:2020:3:SignCertificate.req",
    "type": "object",
    "additionalProperties": false,
    "properties": {
        "csr": {
            "type": "string",
            "maxLength": 5500
        }
    },
    "required": [
        "csr"
    ]
}
