Initialization options for ReducedValue.
Two forms are supported:
jsonSchemaExtra)—in this case, the reducer's inputs are validated using the output value schema.inputSchema field to distinguish the reducer's input type from the stored/output type.ReducedValueInit: ReducedValueInitWithSchema<Value, Input> | ReducedValueInitBase<Value>