{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/transfers-repayment-term-structure.json", "description": "RepaymentTerm schema from Adyen API", "type": "object", "properties": { "estimatedDays": { "description": "The estimated term for repaying the grant, in days.", "type": "int32" }, "maximumDays": { "description": "The maximum term for repaying the grant, in days. Only applies when `contractType` is **loan**.", "type": "int32" } }, "required": [ "estimatedDays" ], "name": "RepaymentTerm" }