Flipdish · JSON Structure

Devices Geo Point Request Structure

Terminal location request

Type: object Properties: 2
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Properties

Latitude Longitude

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/devices-geo-point-request-structure.json",
  "name": "GeoPointRequest",
  "description": "Terminal location request",
  "type": "object",
  "properties": {
    "Latitude": {
      "description": "Kiosk device latitude",
      "type": "double",
      "example": 1.0
    },
    "Longitude": {
      "description": "Kiosk device longitude",
      "type": "double",
      "example": 1.0
    }
  }
}