Skip to content

Braga has been retired. The next public testnet is coming in September 2026. Read the announcement →

AttributeSchema = Readonly<Record<string, TypeTag>>

Defined in: src/attr/attributes.ts:53

The names and types of an entity’s attributes, with no values — what the attributeSchema projection returns.

Useful for asking what shape the data has without paying to transfer it, and for telling apart two entities that use the same name with different types.