Currency

Currency code in [ISO-4217 alpha](https://en.wikipedia.org/wiki/ISO_4217) format

Fortune 500FranchisingHospitalityNYSE QSRQuick Service RestaurantsRestaurants
View JSON Schema on GitHub

JSON Schema

channel-currency-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Currency",
  "description": "Currency code in [ISO-4217 alpha](https://en.wikipedia.org/wiki/ISO_4217) format",
  "$id": "https://raw.githubusercontent.com/api-evangelist/restaurant-brands/refs/heads/main/json-schema/channel-currency-schema.json",
  "type": "string",
  "format": "ISO-4217 alpha",
  "example": "USD"
}