{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CountryPolicy", "title": "CountryPolicy", "type": "object", "properties": { "country": { "type": "string", "description": "The two-letter ISO 3166-1 country code identifying the country to which the policy or policies specified in the corresponding policyIds array will apply. For implementation help, refer to eBay API documentation" }, "policyIds": { "type": "array", "description": "An array of custom policy identifiers that apply to the country specified by listingPolicies.regionalTakeBackPolicies.countryPolicies.country.

Product compliance and take-back policy information may be returned using the following methods:For information about creating and managing custom policies, refer to the custom_policy resource in the Sell Account API.", "items": { "type": "string" } } }, "description": "This type specifies custom product compliance and/or take-back policies that apply to a specified country." }