Packages

A Simple JSON Schema library for Gleam

Current section

Files

Jump to
jscheam include jscheam@schema_Object.hrl
Raw

include/jscheam@schema_Object.hrl

-record(object, {
properties :: list(jscheam@schema:property()),
additional_properties :: jscheam@schema:additional_properties()
}).