{ "$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" } } }