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

# TwinCreateSchema

# TwinCreateSchema

Schema for creating and updating a twin.

## Properties

| Name                            | Type                   | Description | Notes       |
| ------------------------------- | ---------------------- | ----------- | ----------- |
| **name**                        | **str**                |             | \[optional] |
| **description**                 | **str**                |             | \[optional] |
| **asset\_uuid**                 | **str**                |             | \[optional] |
| **environment\_uuid**           | **str**                |             | \[optional] |
| **position\_x**                 | **float**              |             | \[optional] |
| **position\_y**                 | **float**              |             | \[optional] |
| **position\_z**                 | **float**              |             | \[optional] |
| **rotation\_w**                 | **float**              |             | \[optional] |
| **rotation\_x**                 | **float**              |             | \[optional] |
| **rotation\_y**                 | **float**              |             | \[optional] |
| **rotation\_z**                 | **float**              |             | \[optional] |
| **scale\_x**                    | **float**              |             | \[optional] |
| **scale\_y**                    | **float**              |             | \[optional] |
| **scale\_z**                    | **float**              |             | \[optional] |
| **kinematics\_override**        | **Dict\[str, object]** |             | \[optional] |
| **joint\_calibration**          | **Dict\[str, object]** |             | \[optional] |
| **metadata**                    | **Dict\[str, object]** |             | \[optional] |
| **controller\_policy\_uuid**    | **str**                |             | \[optional] |
| **attach\_to\_twin\_uuid**      | **str**                |             | \[optional] |
| **attach\_to\_link**            | **str**                |             | \[optional] |
| **attach\_offset\_x**           | **float**              |             | \[optional] |
| **attach\_offset\_y**           | **float**              |             | \[optional] |
| **attach\_offset\_z**           | **float**              |             | \[optional] |
| **attach\_offset\_rotation\_w** | **float**              |             | \[optional] |
| **attach\_offset\_rotation\_x** | **float**              |             | \[optional] |
| **attach\_offset\_rotation\_y** | **float**              |             | \[optional] |
| **attach\_offset\_rotation\_z** | **float**              |             | \[optional] |
| **fixed\_base**                 | **bool**               |             | \[optional] |


Built with [Mintlify](https://mintlify.com).