{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GetPaymentMethodsSupported", "title": "GetPaymentMethodsSupported", "required": [ "name" ], "type": "object", "properties": { "name": { "type": "string", "description": "Payment method name." } } }