{
"$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 <a href='https://developer.ebay.com/api-docs/buy/browse/types/gct:SellerCustomPolicyTypeEnum'>eBay API documentation</a>"
}
},
"description": "The container for custom policies that apply to a listed item."
}