Flipdish · JSON Structure

Apps White Label Asset Model Structure

White label asset model

Type: object Properties: 5
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Properties

WhiteLabelAssetId WhiteLabelConfigId FilePath Url TsUpdate

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-white-label-asset-model-structure.json",
  "name": "WhiteLabelAssetModel",
  "description": "White label asset model",
  "type": "object",
  "properties": {
    "WhiteLabelAssetId": {
      "description": "White label asset ID",
      "type": "int32",
      "example": 500123
    },
    "WhiteLabelConfigId": {
      "description": "White label configuration ID",
      "type": "int32",
      "example": 500123
    },
    "FilePath": {
      "description": "File path",
      "type": "string",
      "example": "string"
    },
    "Url": {
      "description": "Asset URL",
      "type": "string",
      "example": "https://api.flipdish.co/example"
    },
    "TsUpdate": {
      "description": "Timestamp update",
      "type": "datetime",
      "example": "2026-06-02T12:00:00Z"
    }
  }
}