Flipdish · Schema

GoogleAddress

GoogleAddress schema from Flipdish API - Stores.

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

Properties

Name Type Description
Results array
Result object
Status string
View JSON Schema on GitHub

JSON Schema

stores-google-address-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-schema/stores-google-address-schema.json",
  "title": "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"
    }
  }
}