{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ItemLocation", "title": "ItemLocation", "type": "object", "properties": { "countryCode": { "type": "string", "description": "The two-letter ISO 3166 code representing the country of the address. For implementation help, refer to eBay API documentation" }, "location": { "type": "string", "description": "Indicates the geographical location of the item (along with the value in the countryCode field). This field provides city, province, state, or similar information." }, "postalCode": { "type": "string", "description": "The postal code of the address." } }, "description": "This type describes the physical location of an order." }