Are you an LLM? You can read better optimized documentation at /documentation/api/core/type-aliases/SchemaIO.md for this page in Markdown format
ws-asyncapi API / core / SchemaIO
Type Alias: SchemaIO
SchemaIO =
"input"|"output"
Defined in: .api-entries/core/index.d.ts:155
Whether a schema describes the value going into validation (the wire shape a client sends) or out of it (the parsed value a handler receives / a server sends). They differ for validators with transforms/coercion/defaults.