Context encapsulates the information related to a single operation, including the tuples involved and the associated attributes.
| Name | Type | Description | Notes |
|---|---|---|---|
| tuples | List<Tuple> | A repeated field of tuples involved in the operation. | [optional] |
| attributes | List<Attribute> | A repeated field of attributes associated with the operation. | [optional] |
| data | Object | Additional data associated with the context. | [optional] |