Flipdish · Schema

SupportedCountry

Describes a supported country

RestaurantOnline OrderingMobile AppsPoint-of-SaleOrderMenusPaymentsWebhook

Properties

Name Type Description
CountryCode string Country code
Name string Nice display name for a country
PhoneCode integer Country internatinoal phone code prefix
LanguageCode string Language code
LanguageName string Language name
OtpNumber string The phone number provided to Store staff which, in conjunction with a one-time-code, will connect them to the customer.
SupportNumber string The store's support phone number, displayed to customers.
AddressLayout string Address layout format. This changes the layout of address entry forms on the web app, iOS and Android app and should be set based on local custom.
PostCodeType string Post code type
SupportRegion string Supported region. This is not used.
View JSON Schema on GitHub

JSON Schema

apps-supported-country-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-schema/apps-supported-country-schema.json",
  "title": "SupportedCountry",
  "description": "Describes a supported country",
  "type": "object",
  "properties": {
    "CountryCode": {
      "description": "Country code",
      "type": "string",
      "example": "IE"
    },
    "Name": {
      "description": "Nice display name for a country",
      "type": "string",
      "example": "Example Name"
    },
    "PhoneCode": {
      "format": "int32",
      "description": "Country internatinoal phone code prefix",
      "type": "integer",
      "example": 1
    },
    "LanguageCode": {
      "description": "Language code",
      "type": "string",
      "example": "string"
    },
    "LanguageName": {
      "description": "Language name",
      "type": "string",
      "example": "Example Name"
    },
    "OtpNumber": {
      "description": "The phone number provided to Store staff which, in conjunction with a one-time-code, will connect them to the customer.",
      "type": "string",
      "example": "string"
    },
    "SupportNumber": {
      "description": "The store's support phone number, displayed to customers.",
      "type": "string",
      "example": "string"
    },
    "AddressLayout": {
      "description": "Address layout format. This changes the layout of address entry forms on the web app, iOS and Android app and should be set based on local custom.",
      "enum": [
        "BuildingFirst",
        "AddressFirst",
        "FullStreetAddressFirst"
      ],
      "type": "string",
      "example": "BuildingFirst"
    },
    "PostCodeType": {
      "description": "Post code type",
      "enum": [
        "None",
        "PostCode",
        "Zip"
      ],
      "type": "string",
      "example": "None"
    },
    "SupportRegion": {
      "description": "Supported region. This is not used.",
      "enum": [
        "Default",
        "Spain",
        "Benelux"
      ],
      "type": "string",
      "example": "Default"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/apps-supported-country"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.