Phone

Phone number. Should always begin with the international country code (e.g., "+1")

Fortune 500FranchisingHospitalityNYSE QSRQuick Service RestaurantsRestaurants
View JSON Schema on GitHub

JSON Schema

channel-phone-schema.json Raw ↑
{
  "$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"
}