{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "extended_TransactionRefundsInfoResponse", "properties": { "data": { "$ref": "#/components/schemas/TransactionWithRefundsResponse" }, "responseCode": { "type": "number", "example": 0 } } }