{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/transfers-fee-structure.json", "description": "Fee schema from Adyen API", "type": "object", "properties": { "amount": { "description": "An object containing the fee amount.", "$ref": "#/components/schemas/Amount" } }, "required": [ "amount" ], "name": "Fee" }