Packages

A Simple JSON Schema library for Gleam

Current section

Files

Jump to
jscheam include jscheam@property_Object.hrl
Raw

include/jscheam@property_Object.hrl

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