{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ShippingLocationsResponse", "title": "ShippingLocationsResponse", "properties": { "data": { "description": "Physical locations where orders can be shipped to.", "items": { "$ref": "#/components/schemas/ShippingLocation" }, "type": "array" } }, "type": "object" }