{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/hedera/refs/heads/main/json-schema/TransactionByIdResponse.json", "title": "TransactionByIdResponse", "type": "object", "properties": { "transactions": { "$ref": "#/components/schemas/TransactionDetails" } } }