Flipdish · JSON Structure

Apps Mobile Apps Statistics Structure

Mobile Apps Statistics

Type: object Properties: 9
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Properties

NumberDownload CurrentRate CurrentVersion PlayStoreLink AppBundleId LastUpdated Notes Published PlatformType

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-mobile-apps-statistics-structure.json",
  "name": "MobileAppsStatistics",
  "description": "Mobile Apps Statistics",
  "type": "object",
  "properties": {
    "NumberDownload": {
      "description": "Number Download",
      "type": "int32",
      "example": 3
    },
    "CurrentRate": {
      "description": "Current Rate",
      "type": "int32",
      "example": 1
    },
    "CurrentVersion": {
      "description": "Current Version",
      "type": "string",
      "example": "string"
    },
    "PlayStoreLink": {
      "description": "Play Store Link",
      "type": "string",
      "example": "https://api.flipdish.co/example"
    },
    "AppBundleId": {
      "description": "App Bundle Id",
      "type": "string",
      "example": "500123"
    },
    "LastUpdated": {
      "description": "Last Updated",
      "type": "datetime",
      "example": "2026-06-02T12:00:00Z"
    },
    "Notes": {
      "description": "Last Updated",
      "type": "string",
      "example": "string"
    },
    "Published": {
      "description": "Published",
      "type": "boolean",
      "example": true
    },
    "PlatformType": {
      "description": "Platform Type",
      "enum": [
        "None",
        "Android",
        "IOS"
      ],
      "type": "string",
      "example": "None"
    }
  }
}