> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cyberwave.com/llms.txt
> Use this file to discover all available pages before exploring further.

# TwinDriverLogSchema

# TwinDriverLogSchema

Schema for persisted twin driver logs.

## Properties

| Name                | Type                   | Description | Notes       |
| ------------------- | ---------------------- | ----------- | ----------- |
| **uuid**            | **str**                |             |             |
| **timestamp**       | **str**                |             |             |
| **level**           | **str**                |             |             |
| **message**         | **str**                |             |             |
| **container\_name** | **str**                |             | \[optional] |
| **source**          | **str**                |             | \[optional] |
| **metadata**        | **Dict\[str, object]** |             |             |
