Packages

A Simple JSON Schema library for Gleam

Current section

Files

Jump to
jscheam include jscheam@schema_Property.hrl
Raw

include/jscheam@schema_Property.hrl

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