> ## 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.

# MapDataSchema

# MapDataSchema

Schema for map data.

## Properties

| Name                  | Type                   | Description | Notes       |
| --------------------- | ---------------------- | ----------- | ----------- |
| **uuid**              | **str**                |             |             |
| **twin\_uuid**        | **str**                |             | \[optional] |
| **environment\_uuid** | **str**                |             | \[optional] |
| **map\_type**         | **str**                |             |             |
| **resolution**        | **float**              |             | \[optional] |
| **origin\_x**         | **float**              |             |             |
| **origin\_y**         | **float**              |             |             |
| **origin\_z**         | **float**              |             |             |
| **origin\_roll**      | **float**              |             |             |
| **origin\_pitch**     | **float**              |             |             |
| **origin\_yaw**       | **float**              |             |             |
| **data\_file\_uuid**  | **str**                |             |             |
| **image\_width**      | **int**                |             | \[optional] |
| **image\_height**     | **int**                |             | \[optional] |
| **metadata**          | **Dict\[str, object]** |             | \[optional] |
| **created\_at**       | **datetime**           |             |             |
| **updated\_at**       | **datetime**           |             |             |
