Module schemas

Module schemas 

Expand description

Wire-compatible data schemas shared with the server and the Python client.

These structs mirror the Pydantic models in voraus_3d_visu.schemas and use the same field aliases (camelCase) so that payloads round-trip unchanged.

Structs§

AnchorInstruction
An anchor instruction (/api/anchor/).
Material
A generic material as returned by the server.
Meta
Package meta information (/api/meta/).
Obj
A generic 3D object as returned by the server.
Scene
The whole scene (/api/scene/).
WsGetRequest
Websocket get request.
WsGetResponse
Websocket get response carrying data.
WsResponse
Websocket status response.
WsSetRequest
Websocket set request.

Enums§

MaterialType
Enum of material types.
ObjectType
Enum of object types.
PointCloudFormat
Supported point cloud data formats.
WsStatus
Websocket response status.