{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CostEstimateAssumptions", "title": "CostEstimateAssumptions", "properties": { "assume3DSecureAuthenticated": { "description": "If true, the cardholder is expected to successfully authorise via 3D Secure.", "type": "boolean" }, "assumeLevel3Data": { "description": "If true, the transaction is expected to have valid Level 3 data.", "type": "boolean" }, "installments": { "description": "If not zero, the number of installments.", "format": "int32", "type": "integer" } }, "type": "object" }