{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ContentPermissionRequest", "type": "object", "description": "This object represents the request for the content permission check API.", "properties": { "operation": { "type": "string", "description": "The content permission operation to check." } } }