{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-schema/orders-order-drop-off-location-schema.json", "title": "OrderDropOffLocation", "description": "OrderDropOffLocation.", "type": "object", "properties": { "OrderId": { "format": "int32", "description": "OrderId.", "type": "integer", "example": 500123 }, "LocationName": { "description": "LocationName.", "type": "string", "example": "Example Name" }, "LocationAreaName": { "description": "LocationAreaName.", "type": "string", "example": "Example Name" }, "LocationId": { "format": "int32", "description": "LocationId.", "type": "integer", "example": 500123 }, "LocationAreaId": { "format": "int32", "description": "LocationAreaId.", "type": "integer", "example": 500123 }, "ExternalLocationId": { "description": "ExternalLocationId.", "type": "string", "example": "500123" } } }