{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SellerCustomPolicy", "title": "SellerCustomPolicy", "type": "object", "properties": { "description": { "type": "string", "description": "The seller-defined description of the policy." }, "label": { "type": "string", "description": "The seller-defined label for an individual custom policy." }, "type": { "type": "string", "description": "The type of custom policy, such as PRODUCT_COMPLIANCE or TAKE_BACK. For implementation help, refer to eBay API documentation" } }, "description": "The container for custom policies that apply to a listed item." }