Schemas

Each stream or window has a schema, which defines the columns in the events produced by the stream or window.

Each column has a name and datatype. All events that output from a single stream or window have an identical set of columns. For example:
Related concepts
Schemas
Related tasks
Receiving Data with Input Adapters
Publishing Data with Output Adapters