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