{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Phone", "description": "Phone number. Should always begin with the international country code (e.g., \"+1\")\n", "$id": "https://raw.githubusercontent.com/api-evangelist/restaurant-brands/refs/heads/main/json-schema/channel-phone-schema.json", "type": "string", "example": "+12223334444" }