{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-structure/public-api-dropoff-info-structure.json", "name": "DropoffInfo", "description": "Delivery dropoff details.", "type": "object", "properties": { "courierNote": { "nullable": true, "type": "string", "description": "Courier supplied dropoff note.", "example": "string" }, "proofOfDelivery": { "nullable": true, "$ref": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-verification-proof-schema.json", "description": "Proof of delivery." } } }