Flipdish · JSON Structure

Apps App Config Update Model Structure

Application configuration

Type: object Properties: 10
RestaurantOnline OrderingMobile AppsPoint-of-SaleOrderMenusPaymentsWebhook

AppConfigUpdateModel 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

Name HostName MainColor KioskPrimaryColour ApplicationCategory IsPanaceaEnabled PanaceaVanityUrl CookieConsentPromptEnabled LogoImageUrl CountryId

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-app-config-update-model-structure.json",
  "name": "AppConfigUpdateModel",
  "description": "Application configuration",
  "type": "object",
  "properties": {
    "Name": {
      "description": "App name. \r\nThis is used in various places on the Apple App Store, Google Play Store, mobile apps and websites.",
      "type": "string",
      "example": "Example Name"
    },
    "HostName": {
      "description": "HostName on which the web-ordering system is allowed to be hosted or that a Flipdish website is hosted on.",
      "type": "string",
      "example": "Example Name"
    },
    "MainColor": {
      "description": "Main color of the web / Android / iOS applications",
      "type": "string",
      "example": "string"
    },
    "KioskPrimaryColour": {
      "description": "Primary colour used on the Kiosk",
      "type": "string",
      "example": "string"
    },
    "ApplicationCategory": {
      "description": "Application Category",
      "enum": [
        "Restaurant",
        "Cafe",
        "Convenience"
      ],
      "type": "string",
      "example": "Restaurant"
    },
    "IsPanaceaEnabled": {
      "description": "Panacea is the term used for websites that are hosted on the my.flipdish.com domain. This value is true when the App's website is hosted on this domain.\r\nThe alternative to using Panacea websites is to use a custom domain.",
      "type": "boolean",
      "example": true
    },
    "PanaceaVanityUrl": {
      "description": "In case of IsPanaceaEnabled is true, the app can be accessed via https://my.flipdish.com/{PanaceaVanityUrl}",
      "type": "string",
      "example": "https://api.flipdish.co/example"
    },
    "CookieConsentPromptEnabled": {
      "description": "Cookie Consent Prompt Enabled",
      "type": "boolean",
      "example": true
    },
    "LogoImageUrl": {
      "description": "Logo image URL",
      "type": "string",
      "example": "https://api.flipdish.co/example"
    },
    "CountryId": {
      "description": "Country identifier in ISO 3166-1 alpha-2 format. \r\nThis code is set automatically based on the locations of the Stores in the App. \r\n\r\nThe App Country is used \r\n - to determine how to parse mobile phone numbers that are entered in their local numbering format\r\n - to determine if country specific payment methods should be offered\r\n - in various fraud checks",
      "maxLength": 2,
      "minLength": 0,
      "type": "string",
      "example": "500123"
    }
  }
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/apps-app-config-update-model-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.