Light Logo
JavaScript SDK (v0.39.1)Reference

SchemaIO

Represents input and output schemas.

Type Alias: SchemaIO

SchemaIO = object

Represents input and output schemas.

Properties

input

input: Record<string, JsonValue>

Schema for input, following JSON Schema Draft 2020-12 standards.


output

output: Record<string, JsonValue>

Schema for output, following JSON Schema Draft 2020-12 standards.