{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/grubhub/refs/heads/main/json-structure/grubhub-contact-structure.json", "name": "Contact", "description": "Contact information for a merchant.", "type": "object", "properties": { "name": { "type": "string", "description": "The contact person's name." }, "email": { "type": "string", "format": "email", "description": "The contact email address." }, "phone": { "type": "string", "description": "The contact phone number." } } }