schema = {
    "type": "object",
    "required": [
        "cmd",
        "rc"
    ],
    "properties": {
        "cmd": {
            "type": "string"
        },
        "rc": {
            "type": "integer"
        }
    },
    "additionalProperties": False
}