{
  "type": "object",
  "title": "TransactionEvent",
  "anyOf": [
    {
      "$ref": "./transaction-event-smart-contract-log.schema.json"
    },
    {
      "$ref": "./transaction-event-stx-lock.schema.json"
    },
    {
      "$ref": "./transaction-event-stx-asset.schema.json"
    },
    {
      "$ref": "./transaction-event-fungible-asset.schema.json"
    },
    {
      "$ref": "./transaction-event-non-fungible-asset.schema.json"
    }
  ]
}
