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

# AssetUpdateSchema

# AssetUpdateSchema

> stub: Admins can set `registry_id_alias` to define a short asset identifier such as `camera`.

## Properties

| Name                    | Type                   | Description                                                                     | Notes       |
| ----------------------- | ---------------------- | ------------------------------------------------------------------------------- | ----------- |
| **name**                | **str**                |                                                                                 | \[optional] |
| **description**         | **str**                |                                                                                 | \[optional] |
| **visibility**          | **str**                |                                                                                 | \[optional] |
| **workspace\_uuid**     | **str**                |                                                                                 | \[optional] |
| **metadata**            | **Dict\[str, object]** |                                                                                 | \[optional] |
| **registry\_id**        | **str**                |                                                                                 | \[optional] |
| **registry\_id\_alias** | **str**                | Short alias slug resolved anywhere an asset identifier is accepted. Admin-only. | \[optional] |
| **universal\_schema**   | **Dict\[str, object]** |                                                                                 | \[optional] |


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