{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/checkout-installments-number-structure.json", "description": "InstallmentsNumber schema from Adyen API", "type": "object", "properties": { "maxNumberOfInstallments": { "description": "Maximum number of installments", "type": "int32" } }, "required": [ "maxNumberOfInstallments" ], "name": "InstallmentsNumber" }