Current section

Files

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

include/oaspec@openapi@schema_ArraySchema.hrl

-record(array_schema, {
metadata :: oaspec@openapi@schema:schema_metadata(),
items :: oaspec@openapi@schema:schema_ref(),
min_items :: gleam@option:option(integer()),
max_items :: gleam@option:option(integer()),
unique_items :: boolean()
}).