Concept Flow - State schema definition
Define schema fields
Set field types and defaults
Create schema object
Use schema to validate or store state
Access or update state via schema
This flow shows how to define a state schema by specifying fields and types, creating the schema object, and then using it to manage state.