Paytronix · JSON Structure

Online Ordering Api Restaurant Search Results Structure

RestaurantSearchResults schema from Paytronix Online Ordering API

Type: object Properties: 3
RestaurantLoyaltyGift CardsOnline OrderingGuest EngagementPaymentsMessaging

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

Properties

count results facets

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-restaurant-search-results-structure.json",
  "name": "RestaurantSearchResults",
  "description": "RestaurantSearchResults schema from Paytronix Online Ordering API",
  "type": "object",
  "properties": {
    "count": {
      "type": "int32",
      "example": 12
    },
    "results": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Restaurant"
      }
    },
    "facets": {
      "$ref": "#/components/schemas/Facets"
    }
  }
}