{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/management-commission-schema.json", "title": "Commission", "description": "Commission schema from Adyen API", "type": "object", "properties": { "fixedAmount": { "description": "A fixed commission fee, in minor units.", "format": "int64", "type": "integer" }, "variablePercentage": { "description": "A variable commission fee, in basis points.", "format": "int64", "type": "integer" } } }