{ "$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" } } }