Request body for assigning or revoking product roles.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "RoleAssignmentRequest", "type": "object", "description": "Request body for assigning or revoking product roles.", "properties": { "roles": { "type": "array" } } }