{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ShipToLocation", "title": "ShipToLocation", "type": "object", "properties": { "country": { "type": "string", "description": "The two-letter ISO 3166 standard of the country for where the item is to be shipped. For implementation help, refer to eBay API documentation" }, "postalCode": { "type": "string", "description": "The zip code (postal code) for where the item is to be shipped." } }, "description": "The type that defines the fields for the country and postal code of where an item is to be shipped." }