{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FormFieldPaymentConfigChargeOneOff", "title": "FormFieldPaymentConfigChargeOneOff", "type": "object", "additionalProperties": false, "required": [ "type", "one_off" ], "properties": { "type": { "$ref": "#/components/schemas/FormFieldPaymentConfigChargeTypeOneOffConst" }, "one_off": { "$ref": "#/components/schemas/FormFieldPaymentConfigChargeOneOffOneOff" } } }