{
  "type": "object",
  "title": "TransactionEventAsset",
  "additionalProperties": false,
  "properties": {
    "asset_event_type": {
      "$ref": "./transaction-event-asset-type.schema.json"
    },
    "asset_id": {
      "type": "string"
    },
    "sender": {
      "type": "string"
    },
    "recipient": {
      "type": "string"
    },
    "amount": {
      "type": "string"
    },
    "value": {
      "type": "string"
    },
    "memo": {
      "type": "string"
    }
  }
}
