Protocol
JSON schema
Machine-readable schemas for Blazeauth WebSocket messages.
Blazeauth provides machine-readable JSON Schemas that describe the exact WebSocket message contracts.
These schemas are designed for:
- SDK generation in any language
- request/response validation during development
- LLM-based code generation with minimal ambiguity
Schema files
- Request envelope:
/schemas/blazeauth-ws-request.schema.json - Response envelope:
/schemas/blazeauth-ws-response.schema.json - Panel events:
/schemas/blazeauth-ws-panel-event.schema.json - Index:
/schemas/index.json
JSON schema files
Download the machine-readable schemas or validate messages during development.
Notes
payload.iduses an unsigned 64-bit integer. The schema accepts both a JSON integer and a decimal string.levelsis always a string array like["admin", "pro", "noob"].- For file streaming see the file transfer guide. The schema describes the JSON header message; the binary frame is sent as a separate WebSocket message.