{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ThresholdRepayment", "title": "ThresholdRepayment", "properties": { "amount": { "description": "The amount to be repaid on a 30-day basis.", "$ref": "#/components/schemas/Amount" } }, "required": [ "amount" ], "type": "object" }