Flipdish · JSON Structure

Apps Mobile Apps Submission Details Structure

Mobile Apps form submission

Type: object Properties: 8
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Properties

MobileAppsSubmissionId AppName AppDescription AppShortDescription Keywords AppLogoUrl AutoPublish Status

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-submission-details-structure.json",
  "name": "MobileAppsSubmissionDetails",
  "description": "Mobile Apps form submission",
  "type": "object",
  "properties": {
    "MobileAppsSubmissionId": {
      "description": "Mobile Apps Submission Id",
      "type": "int32",
      "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": []
    }
  }
}