{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/checkout-installments-number-schema.json", "title": "InstallmentsNumber", "description": "InstallmentsNumber schema from Adyen API", "type": "object", "properties": { "maxNumberOfInstallments": { "description": "Maximum number of installments", "format": "int32", "type": "integer" } }, "required": [ "maxNumberOfInstallments" ] }