{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/grubhub/refs/heads/main/json-structure/grubhub-proxyphone-structure.json", "name": "ProxyPhone", "description": "A masked proxy phone number for communicating with the courier.", "type": "object", "properties": { "proxy_phone_number": { "type": "string", "description": "The masked phone number that bridges communication between the merchant and the courier." }, "expires_at": { "type": "datetime", "description": "When this proxy phone number expires." } } }