{ "type": "object", "properties": { "refundId": { "type": "string" }, "chargeId": { "type": "string" }, "refundAmount": { "$ref": "#/components/schemas/Price" }, "softDescriptor": { "type": "string" }, "statusDetails": { "$ref": "#/components/schemas/StatusDetails" }, "creationTimestamp": { "type": "datetime" } }, "$schema": "https://json-structure.org/meta/core/v0/#", "name": "Refund", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon/refs/heads/main/json-structure/pay-refund-structure.json", "description": "Refund schema from Amazon Pay API" }