{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GiftCardTransactionResponse", "title": "GiftCardTransactionResponse", "description": "Gift card transaction response information.", "required": [ "cardId", "id", "_self" ], "type": "object", "properties": { "cardId": { "type": "string", "description": "Gift card identification." }, "id": { "type": "string", "description": "Transaction identification." }, "_self": { "$ref": "#/components/schemas/Self" } } }