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

# AssetSchema

# AssetSchema

## Properties

| Name                       | Type                   | Description                                                                                        | Notes                           |
| -------------------------- | ---------------------- | -------------------------------------------------------------------------------------------------- | ------------------------------- |
| **uuid**                   | **str**                |                                                                                                    |                                 |
| **name**                   | **str**                |                                                                                                    |                                 |
| **description**            | **str**                |                                                                                                    |                                 |
| **created\_at**            | **datetime**           |                                                                                                    |                                 |
| **updated\_at**            | **datetime**           |                                                                                                    |                                 |
| **visibility**             | **str**                |                                                                                                    | \[optional]                     |
| **owner\_uuid**            | **str**                |                                                                                                    | \[optional]                     |
| **registry\_id**           | **str**                |                                                                                                    | \[optional]                     |
| **registry\_id\_alias**    | **str**                | stub: optional admin-managed short alias slug that also resolves the asset in API and SDK lookups. | \[optional]                     |
| **glb\_file**              | **str**                |                                                                                                    | \[optional]                     |
| **urdf\_file**             | **str**                |                                                                                                    | \[optional]                     |
| **workspace\_uuid**        | **str**                |                                                                                                    | \[optional]                     |
| **metadata**               | **Dict\[str, object]** |                                                                                                    | \[optional]                     |
| **kinematics**             | **Dict\[str, object]** |                                                                                                    | \[optional]                     |
| **capabilities**           | **Dict\[str, object]** |                                                                                                    | \[optional]                     |
| **thumbnail**              | **str**                |                                                                                                    | \[optional]                     |
| **has\_universal\_schema** | **bool**               |                                                                                                    | \[optional] \[default to False] |
| **universal\_schema**      | **Dict\[str, object]** |                                                                                                    | \[optional]                     |


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