{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/management-shipping-location-structure.json", "description": "ShippingLocation schema from Adyen API", "type": "object", "properties": { "address": { "description": "The address details of the shipping location.", "$ref": "#/components/schemas/Address" }, "contact": { "description": "The contact details for the shipping location.", "$ref": "#/components/schemas/Contact" }, "id": { "description": "The unique identifier of the shipping location, for use as `shippingLocationId` when creating an order.", "type": "string" }, "name": { "description": "The unique name of the shipping location.", "type": "string" } }, "name": "ShippingLocation" }