{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/RefundMethod", "title": "Refund Method", "type": "array", "minItems": 1, "items": { "$ref": "#/components/schemas/PaymentOption" }, "x-internal": false }