{ "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "paymentOptions": { "$ref": "#/components/schemas/PaymentOptionConfig" } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "UpdatePaymentOptionRequest" }