Flipdish · Schema

MobileAppsSubmissionDetails

Mobile Apps form submission

RestaurantOnline OrderingMobile AppsPoint-of-SaleOrderMenusPaymentsWebhook

Properties

Name Type Description
MobileAppsSubmissionId integer Mobile Apps Submission Id
AppName string App Name
AppDescription string App Description
AppShortDescription string App Description
Keywords array Keywords
AppLogoUrl string Logo URL
AutoPublish boolean Publish automatically
Status array Mobile App Status
View JSON Schema on GitHub

JSON Schema

apps-mobile-apps-submission-details-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-mobile-apps-submission-details-schema.json",
  "title": "MobileAppsSubmissionDetails",
  "description": "Mobile Apps form submission",
  "type": "object",
  "properties": {
    "MobileAppsSubmissionId": {
      "format": "int32",
      "description": "Mobile Apps Submission Id",
      "type": "integer",
      "example": 500123
    },
    "AppName": {
      "description": "App Name",
      "type": "string",
      "example": "Example Name"
    },
    "AppDescription": {
      "description": "App Description",
      "type": "string",
      "example": "string"
    },
    "AppShortDescription": {
      "description": "App Description",
      "type": "string",
      "example": "string"
    },
    "Keywords": {
      "description": "Keywords",
      "type": "array",
      "items": {
        "type": "string"
      },
      "example": [
        "string"
      ]
    },
    "AppLogoUrl": {
      "description": "Logo URL",
      "type": "string",
      "example": "https://api.flipdish.co/example"
    },
    "AutoPublish": {
      "description": "Publish automatically",
      "type": "boolean",
      "example": true
    },
    "Status": {
      "description": "Mobile App Status",
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/MobileAppsSubmissionStatus"
      },
      "example": []
    }
  }
}

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-mobile-apps-submission-details"
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.