Packages

A Simple JSON Schema library for Gleam

Current section

Files

Jump to
jscheam include jscheam@property_Property.hrl
Raw

include/jscheam@property_Property.hrl

-record(property, {
name :: binary(),
property_type :: jscheam@property:type(),
is_required :: boolean(),
description :: gleam@option:option(binary())
}).