The collection address for this appointment
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/whoop/main/json-schema/whoop-unilabscollectionaddress-schema.json", "title": "UnilabsCollectionAddress", "description": "The collection address for this appointment", "required": [ "area", "building", "emirate" ], "type": "object", "properties": { "building": { "type": "string", "description": "Building name or number" }, "area": { "type": "string", "description": "Area or district" }, "emirate": { "type": "string", "description": "Emirate" }, "landmark": { "type": "string", "description": "Nearby landmark" }, "flat_no": { "type": "string", "description": "Flat or apartment number" } } }