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

# MapCreateSchema

# MapCreateSchema

Schema for creating/uploading a map.

## Properties

| Name                  | Type                                         | Description | Notes                         |
| --------------------- | -------------------------------------------- | ----------- | ----------------------------- |
| **twin\_uuid**        | **str**                                      |             | \[optional]                   |
| **environment\_uuid** | **str**                                      |             | \[optional]                   |
| **map\_type**         | **str**                                      |             |                               |
| **resolution**        | **float**                                    |             | \[optional]                   |
| **origin\_x**         | **float**                                    |             | \[optional] \[default to 0.0] |
| **origin\_y**         | **float**                                    |             | \[optional] \[default to 0.0] |
| **origin\_z**         | **float**                                    |             | \[optional] \[default to 0.0] |
| **origin\_roll**      | **float**                                    |             | \[optional] \[default to 0.0] |
| **origin\_pitch**     | **float**                                    |             | \[optional] \[default to 0.0] |
| **origin\_yaw**       | **float**                                    |             | \[optional] \[default to 0.0] |
| **metadata**          | [**Metadata**](/api-reference/rest/Metadata) |             | \[optional]                   |
