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§
- Anchor
Instruction - 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/). - WsGet
Request - Websocket get request.
- WsGet
Response - Websocket get response carrying data.
- WsResponse
- Websocket status response.
- WsSet
Request - Websocket set request.
Enums§
- Material
Type - Enum of material types.
- Object
Type - Enum of object types.
- Point
Cloud Format - Supported point cloud data formats.
- WsStatus
- Websocket response status.