Flipdish · Schema

AppStoreAppSupportInfo

AppStoreAppSupportInfo schema from Flipdish API - Apps.

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

Properties

Name Type Description
PrivacyPolicy string
TermsOfUse string
CompanyWebsite string
LearnMore string
InstallationMessage string
SupportEmail string
View JSON Schema on GitHub

JSON Schema

apps-app-store-app-support-info-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-app-store-app-support-info-schema.json",
  "title": "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": "[email protected]"
    }
  }
}