{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "description": "PATCH request body for invoking a method",
    "properties": {
        "arguments": {
            "description": "Method arguments. Arguments are specified as nested properties inside this object and their types are dictated by the specific MS-05-02 model for the method targeted. For methods which do not have arguments defined the object is an empty object.",
            "type": "object"
        }
    },
    "required": [
        "arguments"
    ],
    "title": "Invoke method body",
    "type": "object"
}
