{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/grubhub/refs/heads/main/json-structure/grubhub-merchantactivationrequest-structure.json", "name": "MerchantActivationRequest", "description": "Request to activate a merchant for partner integration.", "type": "object", "properties": { "merchant_id": { "type": "string", "description": "The Grubhub merchant identifier to activate." } }, "required": [ "merchant_id" ] }