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

# NavigationWaypointSchema

# NavigationWaypointSchema

@sync cyberwave-frontend/lib/types/navigation-types.ts:NavigationWaypoint

## Properties

| Name         | Type                                                                         | Description | Notes       |
| ------------ | ---------------------------------------------------------------------------- | ----------- | ----------- |
| **id**       | **str**                                                                      |             | \[optional] |
| **position** | **Dict\[str, float]**                                                        |             |             |
| **rotation** | [**NavigationRotationSchema**](/api-reference/rest/NavigationRotationSchema) |             | \[optional] |
| **yaw**      | **float**                                                                    |             | \[optional] |
| **metadata** | **Dict\[str, object]**                                                       |             | \[optional] |
