{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/interest_calculation_method", "title": "Interest Calculation method", "type": "string", "enum": [ "DAILY", "AVERAGE_DAILY" ] }