Current section
Files
Jump to
Current section
Files
include/castor_Array.hrl
-record(array, {
max_items :: gleam@option:option(integer()),
min_items :: gleam@option:option(integer()),
unique_items :: boolean(),
items :: castor:ref(castor:schema()),
nullable :: boolean(),
title :: gleam@option:option(binary()),
description :: gleam@option:option(binary()),
deprecated :: boolean()
}).