{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-structure/orders-order-drop-off-location-structure.json", "name": "OrderDropOffLocation", "description": "OrderDropOffLocation.", "type": "object", "properties": { "OrderId": { "description": "OrderId.", "type": "int32", "example": 500123 }, "LocationName": { "description": "LocationName.", "type": "string", "example": "Example Name" }, "LocationAreaName": { "description": "LocationAreaName.", "type": "string", "example": "Example Name" }, "LocationId": { "description": "LocationId.", "type": "int32", "example": 500123 }, "LocationAreaId": { "description": "LocationAreaId.", "type": "int32", "example": 500123 }, "ExternalLocationId": { "description": "ExternalLocationId.", "type": "string", "example": "500123" } } }