Paytronix · JSON Structure

Online Ordering Api Coordinates Structure

Coordinates schema from Paytronix Online Ordering API

Type: object Properties: 2
RestaurantLoyaltyGift CardsOnline OrderingGuest EngagementPaymentsMessaging

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

Properties

lat lon

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/paytronix/refs/heads/main/json-structure/online-ordering-api-coordinates-structure.json",
  "name": "Coordinates",
  "description": "Coordinates schema from Paytronix Online Ordering API",
  "type": "object",
  "properties": {
    "lat": {
      "type": "double",
      "example": 40.0
    },
    "lon": {
      "type": "double",
      "example": -81.0
    }
  }
}