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

include/castor_Ref.hrl

-record(ref, {
ref :: binary(),
summary :: gleam@option:option(binary()),
description :: gleam@option:option(binary())
}).