{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "RefundResponse201", "properties": { "data": { "description": "Array of refund objects", "items": { "$ref": "#/components/schemas/RefundResponseArrayObject" } }, "responseCode": { "type": "string", "description": "Response code. 0 for correct", "example": 0 } } }