Packages

Work with JSON Schema in Gleam. Supports building schemas as well as encoding decoding from json schema file.

Current section

Files

Jump to
castor include castor_Boolean.hrl
Raw

include/castor_Boolean.hrl

-record(boolean, {
nullable :: boolean(),
title :: gleam@option:option(binary()),
description :: gleam@option:option(binary()),
deprecated :: boolean()
}).