{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "description": "PUT request body for invoking SetPropertiesByPath method on NcBulkPropertiesManager",
    "properties": {
        "arguments": {
            "description": "Method arguments. The rolePath is offered in the URL and is not part of these arguments",
            "properties": {
                "dataSet": {
                    "description": "NcBulkPropertiesHolder datatype",
                    "type": "object"
                },
                "recurse": {
                    "type": "boolean"
                },
                "restoreMode": {
                    "description": "numeric representation of NcRestoreMode enum options",
                    "type": "integer"
                }
            },
            "type": "object"
        }
    },
    "required": [
        "arguments"
    ],
    "title": "Bulk properties Set request",
    "type": "object"
}
