{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/management-shipping-locations-response-structure.json", "description": "ShippingLocationsResponse schema from Adyen API", "type": "object", "properties": { "data": { "description": "Physical locations where orders can be shipped to.", "items": { "$ref": "#/components/schemas/ShippingLocation" }, "type": "array" } }, "name": "ShippingLocationsResponse" }