Flipdish · Schema

PlayStoreConfigModel

Play Store configuration model

RestaurantOnline OrderingMobile AppsPoint-of-SaleOrderMenusPaymentsWebhook

Properties

Name Type Description
WhiteLabelId integer White label ID
BundleId string Bundle ID
Description string Description
ShortDescription string Short description
Copyright string Copyright
Keywords string Keywords
MarketingUrl string Marketing URL
PrivacyUrl string Privacy URL
SupportUrl string Support URL
PlayConsoleAccount integer Play Console account 0: UK, 1: IE
ReleaseNotes string Release notes
StoreIcon string Store icon URL
ReadyToPublishAndroid boolean Ready to publish Android
View JSON Schema on GitHub

JSON Schema

apps-play-store-config-model-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-play-store-config-model-schema.json",
  "title": "PlayStoreConfigModel",
  "description": "Play Store configuration model",
  "type": "object",
  "properties": {
    "WhiteLabelId": {
      "format": "int32",
      "description": "White label ID",
      "type": "integer",
      "example": 500123
    },
    "BundleId": {
      "description": "Bundle ID",
      "type": "string",
      "example": "500123"
    },
    "Description": {
      "description": "Description",
      "type": "string",
      "example": "string"
    },
    "ShortDescription": {
      "description": "Short description",
      "type": "string",
      "example": "string"
    },
    "Copyright": {
      "description": "Copyright",
      "type": "string",
      "example": "string"
    },
    "Keywords": {
      "description": "Keywords",
      "type": "string",
      "example": "string"
    },
    "MarketingUrl": {
      "description": "Marketing URL",
      "type": "string",
      "example": "https://api.flipdish.co/example"
    },
    "PrivacyUrl": {
      "description": "Privacy URL",
      "type": "string",
      "example": "https://api.flipdish.co/example"
    },
    "SupportUrl": {
      "description": "Support URL",
      "type": "string",
      "example": "https://api.flipdish.co/example"
    },
    "PlayConsoleAccount": {
      "format": "int32",
      "description": "Play Console account\r\n0: UK, 1: IE",
      "type": "integer",
      "example": 3
    },
    "ReleaseNotes": {
      "description": "Release notes",
      "type": "string",
      "example": "string"
    },
    "StoreIcon": {
      "description": "Store icon URL",
      "type": "string",
      "example": "string"
    },
    "ReadyToPublishAndroid": {
      "description": "Ready to publish Android",
      "type": "boolean",
      "example": true
    }
  }
}

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-play-store-config-model"
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.