{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Moderation", "title": "Moderation", "type": "object", "properties": { "rejectReasons": { "type": "array", "description": "The reason(s) why the specified video was blocked by moderators.", "items": { "type": "string", "description": " For implementation help, refer to eBay API documentation" } } }, "description": "A container that provides video moderation information when calling the getVideo method.

This container is returned if the specified video has been blocked by moderators.

Tip: See Video moderation and restrictions in the eBay Seller Center for details about video moderation." }