Initialization options for ReducedValue.
Two forms are supported:
jsonSchemaExtra
inputSchema
The type of value stored and produced after reduction.
The type of inputs accepted by the reducer.
Initialization options for ReducedValue.
Two forms are supported:
jsonSchemaExtra)—in this case, the reducer's inputs are validated using the output value schema.inputSchemafield to distinguish the reducer's input type from the stored/output type.