{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Refunds", "title": "Refunds", "required": [ "href" ], "type": "object", "description": "Object containing the reference route of transaction refunds.", "properties": { "href": { "type": "string", "description": "Transaction refund reference route." } } }