{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-structure/orders-fee-summary-structure.json", "name": "FeeSummary", "description": "Fee Summary", "type": "object", "properties": { "FeeAmount": { "description": "Fee amount", "type": "double", "example": 12.5 }, "PercentageRate": { "description": "Percentage rate", "type": "double", "example": 1.0 }, "PerTransactionFee": { "description": "Per transaction fee", "type": "double", "example": 12.5 } } }