Flipdish · JSON Structure

Apps App Store App Support Info Structure

AppStoreAppSupportInfo schema from Flipdish API - Apps.

Type: object Properties: 6
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Properties

PrivacyPolicy TermsOfUse CompanyWebsite LearnMore InstallationMessage SupportEmail

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-app-store-app-support-info-structure.json",
  "name": "AppStoreAppSupportInfo",
  "description": "AppStoreAppSupportInfo schema from Flipdish API - Apps.",
  "type": "object",
  "properties": {
    "PrivacyPolicy": {
      "type": "string",
      "example": "string"
    },
    "TermsOfUse": {
      "type": "string",
      "example": "string"
    },
    "CompanyWebsite": {
      "type": "string",
      "example": "string"
    },
    "LearnMore": {
      "type": "string",
      "example": "string"
    },
    "InstallationMessage": {
      "type": "string",
      "example": "string"
    },
    "SupportEmail": {
      "type": "string",
      "example": "owner@example.com"
    }
  }
}