Flipdish · JSON Structure

Apps Supported Country Structure

Describes a supported country

Type: object Properties: 10
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

SupportedCountry is a JSON Structure definition published by Flipdish, describing 10 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

CountryCode Name PhoneCode LanguageCode LanguageName OtpNumber SupportNumber AddressLayout PostCodeType SupportRegion

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-structure/apps-supported-country-structure.json",
  "name": "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": {
      "description": "Country internatinoal phone code prefix",
      "type": "int32",
      "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"
    }
  }
}