Current section

Files

Jump to
oaspec include oaspec@openapi@parser_ParseLimits.hrl
Raw

include/oaspec@openapi@parser_ParseLimits.hrl

-record(parse_limits, {
max_input_bytes :: integer(),
max_schema_depth :: integer(),
max_allof_chain :: integer(),
max_external_ref_hops :: integer(),
max_paths :: integer(),
max_parameters_per_op :: integer()
}).