{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-schema/payments-payout-report3-details-summary-schema.json", "title": "PayoutReport3DetailsSummary", "description": "PayoutReport3DetailsSummary schema from Flipdish API - Payments.", "type": "object", "properties": { "Revenue": { "format": "double", "type": "number", "example": 1.0 }, "RevenueOfWhichCash": { "format": "double", "type": "number", "example": 1.0 }, "UnpaidRevenue": { "format": "double", "type": "number", "example": 1.0 }, "RevenueForFeeCalculations": { "format": "double", "type": "number", "example": 12.5 }, "FlipdishFees": { "format": "double", "type": "number", "example": 12.5 }, "Adjustments": { "format": "double", "type": "number", "example": 1.0 }, "ThirdPartyIntegrationFeesAndTips": { "format": "double", "type": "number", "example": 12.5 }, "Total": { "format": "double", "type": "number", "example": 12.5 } } }