{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FormFieldPaymentConfigChargeOneOffOneOff", "title": "FormFieldPaymentConfigChargeOneOffOneOff", "type": "object", "additionalProperties": true, "required": [ "amount", "currency" ], "properties": { "amount": { "$ref": "#/components/schemas/FormFieldPaymentConfigChargeOneOffOneOffAmount" }, "currency": { "$ref": "#/components/schemas/FormFieldPaymentConfigChargeOneOffCurrencyEnum" } } }