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.
EnvironmentWaypointCreateSchema
stub Waypoint payload accepted byPOST /api/v1/environments/{uuid}/waypoints.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | Optional waypoint identifier. | [optional] |
| name | str | Optional display name. | [optional] |
| collection | str | Optional grouping label. | [optional] |
| position | Vector3Schema | Position with x, y, and z. | [optional] |
| rotation | QuaternionSchema | Quaternion rotation with w, x, y, and z. | [optional] |
| metadata | Dict[str, object] | Optional waypoint metadata. | [optional] |