oa_gateway_uci::schema

Constant MAX_SIMPLE_DEPTH

Source
const MAX_SIMPLE_DEPTH: usize = 16;
Expand description

How many links of a named-simple-type chain Schema::primitive will follow before giving up. The published schema nests three deep at most; the limit exists so a cyclic hand-built schema cannot hang the caller.