{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-structure/public-api-refund-rewards-response-structure.json", "name": "RefundRewardsResponse", "description": "Response body for RefundRewardsResponse API call.", "type": "object", "properties": { "transactionId": { "type": "string", "description": "The transaction id of the refund.", "example": "someidstring" } } }