{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/RegionalTakeBackPolicies", "title": "RegionalTakeBackPolicies", "type": "object", "properties": { "countryPolicies": { "type": "array", "description": "The array of country-specific take-back policies to be used by an offer when it is published and converted to a listing.", "items": { "$ref": "#/components/schemas/CountryPolicy" } } }, "description": "This type lists regional take-back policies to be used by an offer when it is published and converted to a listing." }