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

# OpportunitySchema

# OpportunitySchema

## Properties

| Name                      | Type                   | Description | Notes       |
| ------------------------- | ---------------------- | ----------- | ----------- |
| **uuid**                  | **str**                |             |             |
| **name**                  | **str**                |             |             |
| **description**           | **str**                |             |             |
| **opportunity\_type**     | **str**                |             |             |
| **stage**                 | **str**                |             |             |
| **value**                 | **float**              |             | \[optional] |
| **contact\_name**         | **str**                |             |             |
| **contact\_email**        | **str**                |             |             |
| **company\_name**         | **str**                |             |             |
| **expected\_close\_date** | **str**                |             | \[optional] |
| **notes**                 | **str**                |             |             |
| **metadata**              | **Dict\[str, object]** |             |             |
| **year**                  | **int**                |             |             |
| **is\_archived**          | **bool**               |             |             |
| **sort\_order**           | **int**                |             |             |
| **owner\_uuid**           | **str**                |             |             |
| **organization\_uuid**    | **str**                |             |             |
| **workspace\_uuid**       | **str**                |             | \[optional] |
| **workspace\_name**       | **str**                |             | \[optional] |
| **assigned\_to\_uuid**    | **str**                |             | \[optional] |
| **assigned\_to\_name**    | **str**                |             | \[optional] |
| **created\_at**           | **datetime**           |             |             |
| **updated\_at**           | **datetime**           |             |             |
| **created\_by**           | **str**                |             |             |
| **created\_by\_name**     | **str**                |             | \[optional] |
| **updated\_by**           | **str**                |             |             |
