{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FormFieldPaymentConfigChargeOneOffOneOffAmount", "title": "FormFieldPaymentConfigChargeOneOffOneOffAmount", "oneOf": [ { "type": "string", "minLength": 1 }, { "type": "number", "minimum": 0.01 } ] }