tag

open override val tag: Int

Unique identifier for this schema type within the FateWeaver format.

Each schema implementation has a distinct tag value that identifies its type in the binary format. Tags are defined in the TypeRegistry enum and must be consistent across all versions of the format.

See also

TypeRegistry