Flipdish · JSON Structure

Stores Google Address Structure

GoogleAddress schema from Flipdish API - Stores.

Type: object Properties: 3
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Properties

Results Result Status

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/stores-google-address-structure.json",
  "name": "GoogleAddress",
  "description": "GoogleAddress schema from Flipdish API - Stores.",
  "type": "object",
  "properties": {
    "Results": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/GoogleAddressResult"
      },
      "example": []
    },
    "Result": {
      "$ref": "#/components/schemas/GoogleAddressResult"
    },
    "Status": {
      "type": "string",
      "example": "Active"
    }
  }
}