{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "ContentRestrictionUpdate",
"type": "object",
"properties": {
"operation": {
"type": "string",
"description": "The restriction operation applied to content."
},
"restrictions": {
"type": "object",
"description": "The users/groups that the restrictions will be applied to. At least one of\n`user` or `group` must be specified for this object."
}
}
}