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

# WorkspaceSchema

# WorkspaceSchema

## Properties

| Name             | Type                                                                       | Description | Notes       |
| ---------------- | -------------------------------------------------------------------------- | ----------- | ----------- |
| **uuid**         | **str**                                                                    |             |             |
| **name**         | **str**                                                                    |             |             |
| **description**  | **str**                                                                    |             |             |
| **organization** | **str**                                                                    |             |             |
| **slug**         | **str**                                                                    |             |             |
| **users**        | [**List\[WorkspaceUserSchema\]**](/api-reference/rest/WorkspaceUserSchema) |             |             |
| **owner**        | **str**                                                                    |             |             |
| **thumbnail**    | **str**                                                                    |             | \[optional] |
| **created\_at**  | **str**                                                                    |             |             |
| **updated\_at**  | **str**                                                                    |             |             |
| **metadata**     | **Dict\[str, object]**                                                     |             |             |
