{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-structure/payments-payout-report3-store-payout-structure.json", "name": "PayoutReport3StorePayout", "description": "PayoutReport3StorePayout schema from Flipdish API - Payments.", "type": "object", "properties": { "StoreId": { "type": "int32", "example": 500123 }, "StoreName": { "type": "string", "example": "Example Name" }, "SummaryTotalPayout": { "type": "double", "example": 12.5 }, "SummaryRevenue": { "type": "double", "example": 1.0 }, "SummaryCashRevenue": { "type": "double", "example": 1.0 }, "SummaryTotalFlipdishFees": { "type": "double", "example": 12.5 }, "SummaryAdjustments": { "type": "double", "example": 1.0 }, "Currency": { "type": "string", "example": "EUR" } } }