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_Null.hrl
Raw

include/castor_Null.hrl

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