{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "additionalProperties": false,
    "description": "Version v7",
    "properties": {
        "method": {
            "type": "string"
        },
        "path": {
            "type": "string"
        },
        "body": {
            "type": "string"
        }
    },
    "required": [
        "method",
        "path",
        "body"
    ],
    "title": "BatchEntry",
    "type": "object"
}