blazeauth
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

JSON schema files
Download the machine-readable schemas or validate messages during development.

Notes

  • payload.id uses an unsigned 64-bit integer. The schema accepts both a JSON integer and a decimal string.
  • levels is 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.

On this page