{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ManagedStoreSummary", "description": "ManagedStoreSummary schema from Lunchbox Management API", "$id": "https://raw.githubusercontent.com/api-evangelist/lunchbox/refs/heads/main/json-schema/management-managed-store-summary-schema.json", "type": "object", "properties": { "store_id": { "type": "string", "example": "123456" }, "rest_id": { "type": "integer", "example": 1234 }, "rest_name": { "type": "string", "example": "Sample" }, "status": { "type": "string", "example": "string" }, "setup_type": { "type": "string", "example": "string" }, "address1": { "type": "string", "example": "1216 Broadway" }, "city": { "type": "string", "example": "New York" }, "state_name": { "type": "string", "example": "NY" }, "state_code": { "type": "string", "example": "NY" }, "state_id": { "type": "integer", "example": 1234 }, "zip_code": { "type": "string", "example": "10001" }, "timezone": { "type": "string", "example": "string" } } }